put_notification_content
Replace the elemental content of a V2 notification template. Overwrites all elements. Use channel elements to target specific channels. Multi-channel example: elements: [{ type: "channel", channel: "email", elements: [{ type: "meta", title: "Hello" }, { type: "text", content: "Email body" }] }, { type: "channel", channel: "push", elements: [{ type: "meta", title: "Hello" }, { type: "text", content: "Push body" }] }, { type: "channel", channel: "inbox", elements: [{ type: "text", content: "Inbox plain text only" }] }].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| state | No | Template state after update | |
| version | No | Content version string | |
| elements | Yes | Array of elemental content nodes | |
| notification_id | Yes | The notification template ID (nt_ prefix) |