English
English
Appearance
English
English
Appearance
The Send Email node is used to automatically send email notifications during workflow execution. It supports custom recipients, subjects, body content, and selection of system preset email templates.
Before using the Send Email node, an administrator needs to complete email service configuration in system settings:

Supports two recipient sources:
| Type | Description |
|---|---|
| Field | Get recipient from an email or member field in the record |
| Fixed | Manually enter one or more fixed email addresses |
Supports static text and variable references:
You have a new task: {{trigger.record.task_name}}Supports two content modes:
| Mode | Description |
|---|---|
| Custom | Manually write email body, supports variable references |
| Template | Select a preset email template maintained by the administrator |
Hello, {{trigger.record.customer_name}}:
Your order {{trigger.record.order_no}} has been created, total amount {{trigger.record.amount}}.
Please log in to the system for details.{{trigger.record.<field_id>}}: Trigger record field{{node_<node_id>.record.<field_id>}}: Previous node record field{{loop.current_data.<field_id>}}: Current loop iteration dataIf "Template" mode is selected, you can choose from system preset templates:
Template content is maintained by administrators in the system backend.