publish_notification
Publish a notification template, making it available for sending. Must be called before send_message_template unless the template was created with state: 'PUBLISHED'. Publishes the current draft by default; pass version (e.g. 'v001') to publish a specific historical version. Returns 204 on success.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| version | No | Historical version to publish (e.g. v001); omit to publish current draft | |
| notification_id | Yes | The notification template ID to publish |