v1
latestOpenAPI 3.1.02026-07-26359254.7 MBEmail Templates
Upload a template attachment
Uploads a file to be used as an email template attachment. Returns the attachment metadata including the ID to use when creating or updating templates.
post/v3/email-template-attachments
Response
Attachment uploaded successfully
Example response
{
"id": 42,
"fileName": "proposal.pdf",
"url": "https://storage.example.com/attachments/proposal.pdf",
"size": 102400
}