Skip to main content
The Email node sends an email to a specified recipient. Use it to notify teams, send confirmations, or deliver call summaries.

Behavior

  • Sends an email with the configured to, subject, and body fields
  • Supports {{variable}} interpolation in all text fields
  • Continues the flow on success or routes to the error path on failure

Configuration

ParameterTypeDefaultDescription
tostring""Recipient email address. Supports {{variable}} interpolation.
subjectstring""Email subject line
bodystring""Email body content

Output handles

HandleDescription
SuccessEmail sent successfully
ErrorEmail delivery failed

Use cases

Transfer (Failed) → Email to the support team with the caller’s phone number and timestamp.
After booking via an API Call, send a confirmation email to {{customer_email}} with the appointment details.
After an AI Agent conversation, extract key details from the transcript and email a summary to the account manager.