Email
Add Attachment To Pool
Add an attachment to the attachments pool. Only attachments in the pool can be used in send_email
requests.
POST
/
api
/
v1
/
email
/
add-attachment-to-pool
Authorizations
Authorization
string
headerrequiredBearer authentication header of the form Bearer <token>
, where <token>
is your auth token.
Body
multipart/form-data
file
file
requiredThe attachment to add to the pool. The file can be up to 10MB in size
Response
200 - application/json
id
string
requiredThe ID of the attachment to use in send_email
requests