appwrite_send_push
Send push notifications to users through configured providers like FCM or APNs. Specify recipients, message content, and delivery options to engage mobile app audiences.
Instructions
[UNIFIED] Send a push notification. Requires configured push provider (FCM/APNs).
Input Schema
TableJSON Schema
| Name | Required | Description | Default |
|---|---|---|---|
| site | Yes | ||
| message_id | Yes | ||
| title | Yes | ||
| body | Yes | ||
| topics | No | ||
| users | No | ||
| targets | No | ||
| data | No | ||
| action | No | ||
| image | No | ||
| icon | No | ||
| sound | No | ||
| badge | No | ||
| draft | No | ||
| scheduled_at | No |