API Docs / Operations / Email - Broadcasts / Send Test Email

Send Test Email

POST /tenants/{tenant}/email-broadcasts/{code}/test

Renders the broadcast for the sample client in the request body and sends it to the current user's own email address only.

Parameters

NameTypeDescription
tenant* path string

The Tenant.Code

The Tenant.Code

code* path string
{
  "clientCode": "string"
}

Responses

204 No Content
400 Bad Request
401 Unauthorized – Invalid or missing API key
404 Not Found