Send Email
App IntegrationsSend Email Node
Overview
Supports the following operations: Resend, SendGrid, SMTP (Enterprise), Mailgun.
Configuration
| Property | Type | Default | Description |
|---|---|---|---|
provider | string | — | Service provider (e.g., sumsub, chainalysis) |
apiKey | string | — | Api Key for this node |
smtpHost | string | — | Smtp Host for this node |
smtpPort | string | — | Smtp Port for this node |
smtpUser | string | — | Smtp User for this node |
smtpPassword | string | — | Smtp Password for this node |
mailgunDomain | string | — | Mailgun Domain for this node |
from | string | — | From for this node |
to | string | — | Recipient email address or list |
subject | string | — | Email or message subject line |
body | string | — | Request body payload |
Output Variables
Reference these variables in downstream nodes using the {{node.field}} syntax.
{{email.id}}anyOutput field: id
{{email.status}}anyOutput field: status
Examples
Basic Usage
Example configuration:
{
"provider": "value",
"apiKey": "value",
"smtpHost": "value",
"smtpPort": "value",
"smtpUser": "value",
"smtpPassword": "value",
"mailgunDomain": "value",
"from": "value",
"to": "value",
"subject": "value",
"body": "value"
}Tips & Best Practices
- •Ensure all required fields are configured.
- •Check the output variables to see available data.
- •Verify your connection credentials are configured in Settings > Integrations.
Try Send Email in Your Workflow
Create a free account and start building AI-powered workflows with the Send Email node.
Open Workflow Editor