put_notification_element
Update a single element within a V2 notification template.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| if | No | Conditional expression for element visibility | |
| ref | No | Reference identifier | |
| data | No | Element data payload | |
| loop | No | Loop expression for repeating elements | |
| type | Yes | Element type (e.g. text, action, image, divider, meta) | |
| state | No | Template state after update | |
| channels | No | Channels this element applies to | |
| element_id | Yes | The element ID to update | |
| notification_id | Yes | The notification template ID (nt_ prefix) |