Send an Email
POST/send
Sends an email message to one or more recipients.
Click Tracking Notes:
Only links (<a>
tags) meeting all of the following conditions are processed for click tracking:
- The URL is non-empty.
- The URL starts with "http" or "https".
- The link does not have a clicktracking attribute set to 'off'.
Request
Responses
- 200
- 202
- 400
- 403
- 413
- 500
- 502
Success. Returned if dry-run is present in the query
Success
Bad Request
User does not have access to this feature
Payload too large - The total message size should not exceed 20MB. This includes the message itself, headers, and the combined size of any attachments.
Internal Server Error
Bad Gateway