send_template_notification
Send push notifications to all pass holders of a template for mass announcements. Ideal for updates that apply to every customer.
Instructions
Send a push notification to every pass holder of a template (Apple, Google, Huawei). Use for announcements that apply to all customers. For individual notifications, use notify_pass.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| title | Yes | Notification title. | |
| content | Yes | Notification body. URLs become clickable. | |
| validFrom | No | ISO 8601 — when notification becomes visible (default now). | |
| templateId | Yes | Template id. | |
| validUntil | No | ISO 8601 — expiry (default now + 24h). |