v1

latestOpenAPI 3.1.02026-07-26359254.7 MB
Email Templates

Send a test email

<small>Requires the sequences:operate scope (or a broader one that includes it).</small>

Sends a test email using the specified template.

post/v3/email-templates/{id}/send-test

Path parameters

idinteger required

Email template ID to send

Request body

emailstring email required

Email address to send the test email to

emailAccountIdinteger required

ID of the email account to send the test email from

Example request

{
  "email": "test@example.com",
  "emailAccountId": 100
}

Response

Test email sent successfully