Upload email template attachment

Uploads an attachment to a specific email template.

Please log in to see full path URL. Learn why.
post
/email/1/templates/{templateId}/attachments
Request rate limit:
1 requests / second (per account)
path Parameters
templateId
required
integer <int64>

Unique identifier (ID) of the email template.

Request Body schema:
multipart/form-data
collapse all -
contentType
required
string

Content type of the file.

fileName
required
string

Name of the file.

data
required
string

Base64 encoded file data.

Responses

201

OK

400

Bad request

401

Unauthorized

403

Forbidden

404

Not Found

429

Too Many Requests

500

Internal Server Error

Request samples

Content type
multipart/form-data
Example

Upload template attachment using cURL

Copy
curl -X POST 'https://{baseUrl}/email/1/templates/{templateId}/attachments' \
  -H 'Authorization: {authorization}' \
  -H 'Accept: application/json' \
  -F 'fileName=attachment.pdf' \
  -F 'contentType=application/pdf' \
  -F 'data={base64encodedData}' \

Response samples

Content type
application/json
Copy
Collapse all
{
  • "id": "7BE07D39-C7DA-4ED4-9F45-33BDB8643AA1",
  • "contentType": "application/pdf",
  • "fileName": "attachment.pdf",
  • "size": 1024,
  • "url": "/email/1/templates/1000000000000000001/attachments/7BE07D39-C7DA-4ED4-9F45-33BDB8643AA1/download"
}

Encountering issues

Contact our support

What's new? Check out

Release Notes

Unsure about a term? See

Glossary

Research panel

Help shape the future of our products
Learn more
Service status

Copyright @ 2006-2025 Infobip ltd.