cURL
Transactional Email Template
Send Transactional Email Template
This API enables a client to send an email based on a predefined custom transactional email template.
POST
cURL
Make sure to provide values for all your custom placeholders when sending the email. If any placeholder is missing a value, the send API will return an error. Supported system placeholders:Documentation Index
Fetch the complete documentation index at: https://docs.terminal3.io/llms.txt
Use this file to discover all available pages before exploring further.
{{ sys.first_name }}: the user’s first name from their profile.
System placeholders (like
{{ sys.first_name }}) are automatically filled in by the system using the user’s profile data.
For example, “Hi {{ sys.first_name }}” will become “Hi John” when sent to a user named John.POST /v1/transactional_email_template/send