Skip to main content

Send Email

Deliver an email to one or more recipients. Add it from Add Condition, Record or ActionActionSend Email.

Configuration

FieldRequiredDescription
To EmailYesThe recipient address. Add more than one, and insert {{alias.field}} tokens with the + picker.
SubjectYesThe subject line. Supports {{template}} tokens.
BodyYesThe email content. Supports {{template}} tokens.
Send via queueNoTurn on to queue the email for asynchronous delivery instead of sending inline.

Example

Trigger: Record event — Created · Users (alias: user)

Action: Send Email
To Email: {{user.email}}
Subject: Welcome to our platform
Body: Hi {{user.firstName}}, thanks for signing up.