learningsuite_send_push_notifications
Send push notifications to specific users or groups via custom app, with customizable title, body, link, and image to notify recipients.
Instructions
Send push notifications to users (requires custom app)
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | No | Notification body text | |
| title | No | Notification title | |
| linkUrl | Yes | Link URL when tapped | |
| userIds | No | Array of user IDs | |
| groupIds | No | Array of group IDs | |
| publicImageUrl | No | Public image URL for notification |