Send email
The Send email step sends an email to one or more recipients. Use it for scheduled reports, ticket digests, or external notifications.
Configuration​
| Field | Required | Description |
|---|---|---|
| Subject | Yes | Email subject. Supports variables. |
| Body | Yes | Email body. Supports variables. |
| Share URL | No | Link to include with the email. Supports variables. |
| Thumbnail URL | No | Thumbnail image URL to include. Supports variables. |
| Recipients | No | Email addresses to receive the message. Add multiple recipients with Enter or comma. |
Input Variables​
Subject, Body, Share URL, and Thumbnail URL can use upstream variables such as
{{compose1.text}}, {{html1.url}}, or {{chat1.completion}}.
Output Variables​
This step does not expose reusable output variables.
Example​
Send a weekly summary with Subject Weekly report for {{startOfWeek}} and Body
{{compose1.text}}.