Update a transactional email
Transactional emails
Update a transactional email
Update a transactional email’s name, group, or configuration in Loops without affecting its current published email message or active sends.
POST
Update a transactional email
Request
Path parameters
The ID of the transactional email.
Body
The name of the transactional email.
The ID of the group to move this transactional email to.
Response
Success
The transactional email ID.
The transactional email name.
The ID of the draft email message, if one exists.
The ID of the published email message, if one exists.
The ID of the group this transactional email belongs to.
ISO 8601 timestamp for when the transactional email was created.
ISO 8601 timestamp for when the transactional email was last updated.
Data variable names used by the published email. Empty for unpublished
transactional emails.
Error
If the request body is invalid, or ifid is invalid, a
400 Bad Request is returned.
A 404 Not Found is returned if the transactional email does not exist.
If the API key is invalid (or content API is not enabled for your team), a
401 Unauthorized is returned.
An error message describing what went wrong.
Last modified on June 22, 2026

