v1
latestOpenAPI 3.0.32026-07-248519153.1 KBSend an email template
Send a specific email template to a user. Either email or user_id must be provided.
post/email-templates/send
Headers
api_keystring required
API key for authentication
Request body
Example request
{
"template_id": 1,
"user_id": "c1409762-d624-4a47-a330-2a21d108b681",
"email": "user@example.com"
}Response
Email sent successfully
Example response
{
"success": true,
"message": "Email sent successfully",
"data": {
"email": "user@example.com",
"template_id": 1,
"subject": "Welcome to our service!"
}
}