Skip to main content
POST
Send email notification (server-to-server)

Authorizations

X-API-KEY
string
header
required

Server-to-Server API Key for internal/lambda/cron calls

Body

application/json
template
string

Email template name

Example:

"email_notification"

replace_data
object

Key-value pairs to replace in the template

Example:
receiver_email
string<email>

Recipient email address

Example:

"recipient@example.com"

Response

200 - application/json

Email sent

status
string
Example:

"success"

message
string
Example:

"Email sent successfully."