Fields
Sample data
This step sends an email rather than changing the data, so there is no before and after; the data passing through is left untouched. The example below sends an order confirmation, building the recipient, subject, and body from the order data with placeholders.| Field | Value |
|---|---|
| Email connection | The configured email connection |
| Sender email address | noreply@yourcompany.com |
| Sender name | Your Company |
| To | &{customer.email} |
| Subject | Order &{order.id} confirmed |
| Email message | HTML |
| HTML | <p>Hi &{customer.name}, your order &{order.id} is confirmed.</p> |
&{customer.email} when building the message.