Sends a one-off email to a user

Sends a single transactional email to a user. Supports Liquid templating for personalization (e.g., {{ first_name }}).

Recent Requests
Log in to see full request history
TimeStatusUser Agent
Retrieving recent requests…
LoadingLoading…
Query Params
integer
required

ID of the user to send email to

string
required

Email subject line (supports Liquid templating)

string
required

HTML content of the email (supports Liquid templating)

string

Plain text fallback content

integer

ID of configured email sender (uses org default if omitted)

string

Reply-to email address

attachment_urls
array of strings

Array of URLs to files to attach (max 5)

attachment_urls
boolean

Enable open tracking (default: true)

boolean

Enable click tracking (default: true)

Responses
201

email sent successfully

404

user not found

422

missing required parameters

Language
Credentials
Bearer
LoadingLoading…
Response
Click Try It! to start a request and see the response here!