Email Transactionals (Deprecated)
Send email
POST
Python
⚠️ This endpoint is deprecated and will be removed in a future release. Please use the new one under the Templates section.
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