v93

latestOpenAPI 3.1.0raw.githubusercontent.com2026-08-01218121759.7 KB
Templates

Sync template localizations

Queues AI translation for selected enabled template locales. Omit locales to sync every enabled non-primary locale, even when automatic on-save sync is disabled.

post/templates/{templateId}/localizations/sync

Path parameters

templateIdstring required

Template ID, transactional email ID, or transactional slug.

Request body

localesstring[]

Enabled non-primary locale codes to sync. Omit to sync all of them.

Response

Template localizations queued

successboolean
templateIdstring
queuedLocalesstring[]
queuedVariantCountinteger

Example response

{
  "success": true
}