put_journey_template_content
Replace the elemental content of a journey-scoped notification template. Overwrites all elements. The template stays a draft; making it live is a separate step this tool cannot perform.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Template state after update. Must be "DRAFT". These tools cannot publish. | |
| version | No | Content version string (e.g. "2022-01-01"). Server defaults when omitted. | |
| elements | Yes | Array of elemental content nodes | |
| journey_id | Yes | The journey template ID that owns this notification | |
| notification_id | Yes | The notification template ID |