v4
OpenAPI 3.1.02026-07-3163216290.7 KBTransactional emails
Publish a transactional email draft
Publish the transactional email's current draft email message. The draft becomes the published version and the draft is cleared.
post/v1/transactional-emails/{transactionalId}/publish
Response
Transactional email published.
Example response
{
"id": "cll42l54f20i1la0lfooe3z12",
"name": "Sign up confirmation",
"draftEmailMessageId": "cle5f7g9h1i3j5k7l9m1n3p5",
"publishedEmailMessageId": "cle5f7g9h1i3j5k7l9m1n3p5",
"transactionalGroupId": "clg7n5p3q1r9s7t5u3v1w9y7",
"createdAt": "2025-06-29T07:47:39.370Z",
"updatedAt": "2025-06-29T07:47:39.370Z",
"dataVariables": [
"confirmationUrl"
]
}