Skip to main content
POST
Trigger a new email to a customer using a template and recipient information.
This endpoint sends an email using a specified template with variable substitution. The email will be sent immediately or scheduled for later delivery.

Request

string
required
The unique identifier of the email template to use
string
required
The email address of the recipient
string
required
The name of the recipient
string
required
The unique identifier of the callout associated with this email
object
required
Key-value pairs for template variable substitution
string
ISO 8601 timestamp for when to send the email (optional, defaults to immediate)
string
Priority level of the email (low, medium, high, urgent)
string
Type of email (payment_reminder, follow_up, welcome, notification, marketing)
object
Additional metadata for the email (campaign_id, department, etc.)
string
required
Bearer token for API authentication