dual_create_message_template
Create customizable notification templates with dynamic placeholders for subject and body, specifying delivery channels like email, push, or SMS.
Instructions
Create a notification template with subject, body (with placeholders), and delivery channels.
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | Template name | |
| subject | Yes | Message subject (supports {{variable}} placeholders) | |
| body | Yes | Message body (supports {{variable}} placeholders) | |
| channels | Yes | Delivery channels |