- Create an account-level template version
Get account-level templates
Create an account-level template
Delete all account-level templates
Get all account-level template versions
Get an account-level template
Update an account-level template
Delete an account-level template
Get an account-level template version
Update an account-level template version
Delete an account-level template version
Copy a template
Copy an account-level template version
Rename a template
Create an account-level t...
Adds a new version to an account-level template. If the template doesn't contain any other versions, the first version becomes active. A template can store up to 40 versions.
Security
basicAuth
- US Mailgunhttps://api.mailgun.net/v4/templates/{template_name}/versions
- EU Mailgunhttps://api.eu.mailgun.net/v4/templates/{template_name}/versions
curl -i -X POST \
-u '<username>:<password>' \
'https://api.mailgun.net/v4/templates/{template_name}/versions' \
-H 'Content-Type: multipart/form-data' \
-F template=string \
-F tag=string \
-F comment=string \
-F active=string \
-F headers=stringResponse
{ "message": "new version of the template has been stored", "template": { "name": "template_name", "description": "This is the description of the template", "createdAt": "Sat, 12 Nov 1955 06:38:00 UTC", "createdBy": "user-supplied-value", "id": "46565d87-68b6-4edb-8b3c-34554af4bb77", "domain": "header.tld", "version": { … } } }