Automated Send Email activity
Summarize
Summary of Automated Send Email Activity
The Automated Send Email activity allows users to create and send emails using previously gathered data without interrupting the workflow. This enables seamless communication while progressing through playbook activities.
Show less
Key Features
- Immediate Email Sending: Emails are sent instantly when the activity runs, allowing the playbook to continue without delays.
- Role-Based Access: Available to users with admin, pdadmin, or pdauthor roles to integrate into playbooks.
- Input Configuration: Users can configure various inputs including:
- Label: Title displayed on the activity and playbook card.
- Description: Information regarding activity usage or outcome.
- Run Condition: Conditions to determine when the activity runs, utilizing data from prior activities.
- Recipient List: Specify email recipients directly or through dynamic data from previous activities.
- Subject and Body: Define the email's subject and body content, utilizing HTML formatting.
- Advanced Inputs: Options for additional configurations such as Bcc recipients and email attachments, enhancing communication capabilities.
Key Outcomes
By implementing the Automated Send Email activity, ServiceNow customers can expect:
- Enhanced automation in workflows, reducing the need for manual email intervention.
- Improved efficiency in notifying users based on dynamic data.
- Streamlined operations that maintain workflow momentum without user interruptions.
Create an email from previously gathered or generated data without pausing the playbook to ask for user input. When the activity runs, it immediately sends the email and continues to the next activity in the playbook.
Roles and availability
- This activity is available as a common activity. Users with the admin, pd_admin, or pd_author role can add this activity to a playbook.
Inputs
| Input | Type | Description |
|---|---|---|
| Label | String | Title to display as activity and playbook card. |
| Description | String | Information to display about activity usage or outcome. |
| Run condition | Condition Builder | Conditions that must be met to run an activity or stage. You can use data from prior activities to build conditions. Note: Show additional options to see this field. |
| Start Rule | Choice | Under , select a start rule for when your stage should start running:
|
| Start with delay | True/False | Option to wait for a duration of time before running an activity or stage. When enabled, this input displays the Start with delay input properties. Note: Show additional options to see this field. |
| To | List of Users | Recipient list for the email. There are 2 ways to configure this field:
|
| Cc | List of Users | Cc recipient list for the email. |
| Subject | String | Subject of the email. |
| Body | HTML | Body of the email. |
Advanced inputs
| Input | Type | Description |
|---|---|---|
| To Email Address | String | Comma-separated list of email addresses. |
| Cc Email Address | String | Comma-separated list of copied email addresses. |
| Bcc | List of Users | Bcc blind copy recipient list for the email. |
| Bcc Email Address | String | Comma-separated list of blind copied email addresses. |
| Target Record | Reference.Task [task] | Reference to the record that the system attaches the email to. |
| Table | Table Name | Table containing activity or playbook data. |
Outputs
| Output | Type | Description |
|---|---|---|
| Record | Reference.Task[task] | Reference to record created. |
| Reference.Notification[sysevent_email_action] | Reference to the newly created email notification record |