Contents
- Workflow Builder Reference Guide Introduction
- Purpose
- AudienceWorkflow Builder Application
- Workflow Builder OverviewWorkflow Blocks
- Assign Case to Agent
- Bright Pattern Search Object
- Comment
- DB Execute
- Exception Handler
- Exit
- Fetch URL
- Get Next Record
- Get User Configuration
- Goto
- If
- Internal Message
- Log
- RightNow Create Object
- RightNow Search
- RightNow Select Account
- RightNow Update Object
- Salesforce.com Delete
- Salesforce.com Insert
- Salesforce.com Search
- Salesforce.com Select Account
- Salesforce.com Update
- Send Message+
- ServiceNow Create Object
- ServiceNow Search
- ServiceNow Select Account
- ServiceNow Update Object
- Set Variable
- Start Another Workflow
- Transfer Case to Service
- Wait
- Wait+
- Zapier Invoke Zap
- Zapier Select Account
- Zendesk Create Object
- Zendesk Search
- Zendesk Select Account
- Zendesk Update ObjectVariable and Expressions
- Variables
- String Expressions
- Integer Expressions
- Floating Point Expressions
- Built-In Functions
The Email workflow block sends an email, with an attachment if so configured.
For SMTP server configuration, see section Email Settings of the Contact Center Administrator Guide.
Conditional Exits
The EMail block may take the Mail not sent conditional exit, in which the message cannot be sent (if, for example, the SMTP server is down).
Settings
Title text
Title text is the name of the instance of the block. Enter a name in the text field and the new name of the block appears in the flowchart.
From / Display name
This is the display name of the email sender. A workflow variable can be specified as the value using the $(varname) format.
From / Address
This is the email address of the email sender. A workflow variable can be specified as the value using the $(varname) format.
To / Address(es)
This specifies the email addresses of the intended recipients. If sending to multiple email addresses, separate email addresses using a comma or a semicolon. Workflow variables can be specified as values using the $(varname) format.
Message / Subject
This is the subject line of the email. Can contain workflow variables in the $(varname) format.
Message / Format
Specify the format for email: HTML (default) or .TXT (plain text).
Message / Body
This is the text to be sent as a message body. It can contain workflow variables in the $(varname) format. Bright Pattern does not impose any limits on the size of the email.