Email
Send Email Template
Send an email based on a predefined template. This endpoint triggers the delivery of a transactional or automated message using the specified template and custom fields.
POST
Python
This API is intended for server-side usage only. Requests from the client-side will be blocked for security reasons.
Authorizations
Bearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
The body is of type object[]
.
Response
200
application/json
Successful response
The response is of type object
.
Python