Send templated email
template
Send templated email
Sends an email using a Resend template with dynamic variables and queues it for delivery. Templates are managed in the Resend dashboard. Requires emails.email.sender permission.
POST
Send templated email
Documentation Index
Fetch the complete documentation index at: https://docs.platform.arb.inc/llms.txt
Use this file to discover all available pages before exploring further.
Authorizations
access token
Body
application/json
Expiration time for the email send request
Example:
"2025-08-15T10:30:00Z"
List of recipient email addresses
Minimum array length:
1Template identifier from Resend
Example:
"notice-of-service"
Key-value pairs of variables to populate in the template
Example:
{
"case_id": "2025-08-00292",
"party_name": "John Doe",
"filing_date": "2025-08-15"
}Unique key to prevent duplicate email sends
Maximum string length:
100Example:
"notice-2025-08-00292"
Response
200 - application/json
Email successfully queued for delivery
Example:
"email queued for delivery"