Send Email
Send a transactional email using a predefined template. Provide the recipient address, template ID, and template variables. Returns provider metadata and timing details.
Overview
- Method: POST
- Path:
/brand/messaging/send-email - Tags: brand
Parameters
No parameters required.
Request Body
No request body required.
Responses
200
Successful response
Content Type: application/json
{}400
Bad Request
Content Type: application/json
{}401
Unauthorized
404
Not Found
500
Internal Server Error
Example Usage
curl -X POST \
https://api.pillexa.com/brand/messaging/send-email \
-H "Content-Type: application/json" \