Notification

Sends an email from the workflow to the given recipient list.

Options

  • Send To - Recipient emails in comma-separated values

  • Subject - Subject line of the email. Keep it short.

  • Character Set - To be interpreted in the emails. Options: US-ASCII, ISO-8859-1, UTF-8

  • Content Transfer Encoding - Mail encoding method. Options: Quoted Printable, Base64, 7Bit, 8Bit, Binary

  • Message Type - Plain Text for sending string messages. HTML for sending mail as per a template

  • Dynamic Data - Only for the HTML message type to pass the dynamic data. Provide in JSON format.

  • Message - Email Content or Body.

Examples

Plain Email

  • Subject: Plain Text Mail Demo

  • Character Set: US-ASCII (Default Value)

  • Content Transfer Encoding: 7 bit (Default Value)

  • Message Type: Plain Text

  • Message:

Example 1

HTML Email without dynamic content

  • Subject: HTML Static Mail Demo

  • Character Set: US-ASCII (Default Value)

  • Content Transfer Encoding: 7 bit (Default Value)

  • Message Type: HTML

  • Message:

Example 2

HTML Email with dynamic content

  • Subject: Dynamic HTML Mail Demo

  • Character Set: US-ASCII (Default Value)

  • Content Transfer Encoding: 7 bit (Default Value)

  • Message Type: HTML

  • Dynamic Data

  • Message:

Example 3

Last updated

Was this helpful?