Email Campaign
Upload Attachment
This API used to upload attachments in zixflow platform. Purpose of API is whenever the user wants to send an attachment in the email. user need to upload attachment in zixflow platform first. zixflow will provide id represents to attachment. and the user can send this id in send email API’s attachment field to send attachment along with the email
POST
/
api
/
v1
/
campaign
/
email
/
upload
Body
file
file
requiredThe “File” field refers to an attachment file that must be included in an email campaign. The file can be in any format, and its size should not exceed 25 megabytes (MB).
Response
status
boolean
Indicates whether the call was successful. true if successful, false if not.
message
string
success or error response message
data
object
The contents of uploaded file