Send Email
App IntegrationsSend Email Node
Overview
Supports the following operations: Resend, SendGrid, SMTP (Enterprise), Mailgun.
Configuration
| Property | Type | Default | Description |
|---|---|---|---|
provider | string | — | Configuration field for provider |
apiKey | string | — | Configuration field for apiKey |
smtpHost | string | — | Configuration field for smtpHost |
smtpPort | string | — | Configuration field for smtpPort |
smtpUser | string | — | Configuration field for smtpUser |
smtpPassword | string | — | Configuration field for smtpPassword |
mailgunDomain | string | — | Configuration field for mailgunDomain |
from | string | — | Configuration field for from |
to | string | — | Configuration field for to |
subject | string | — | Configuration field for subject |
body | string | — | Configuration field for body |
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.
Try Send Email in Your Workflow
Create a free account and start building AI-powered workflows with the Send Email node.
Open Workflow Editor