Skip to main content

Endpoint

POST /templates/:id/publish

Response

{
  "data": {
    "id": "tpl_123",
    "status": "active",
    "current_published_version": {
      "id": "tpl_ver_456",
      "version_number": 3,
      "state": "published",
      "published_at": "2026-06-08T15:00:00.000Z"
    }
  }
}
Only published template versions can be used by automation send steps.