Attachments
Our programmatic email API supports attachments via multipart/form-data
requests.
Overview
The attachment feature is only available to users who have set up sending emails from their own domains. If your agency would like to set this up, contact us.
Each email can have up to 10 attachments.
Each attachment should not exceed 2MB in size.
The cumulative size of all attachments should not exceed 10MB.
You can find the list of supported attachment file types below.
You will receive a 413
error if the requirements above are not met.
Supported attachment file types
Sample API calls
API call with one attachment
API call with two attachments
Sample code
JavaScript
Last updated