Docs/App Integrations/Send Email

Send Email

App Integrations

Send Email Node

Overview

Supports the following operations: Resend, SendGrid, SMTP (Enterprise), Mailgun.

Configuration

PropertyTypeDefaultDescription
providerstring—Configuration field for provider
apiKeystring—Configuration field for apiKey
smtpHoststring—Configuration field for smtpHost
smtpPortstring—Configuration field for smtpPort
smtpUserstring—Configuration field for smtpUser
smtpPasswordstring—Configuration field for smtpPassword
mailgunDomainstring—Configuration field for mailgunDomain
fromstring—Configuration field for from
tostring—Configuration field for to
subjectstring—Configuration field for subject
bodystring—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