send_push
Send push notifications directly to specific users, specifying recipients by identity or objectId for targeted engagement.
Instructions
Send a push notification directly to specific users by identity or objectId.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| to | Yes | Recipients: {"identity": ["user1","user2"]} or {"objectId": [...]} | |
| tag | No | Optional campaign tag | |
| content | Yes | Push content: {"title": "...", "body": "...", "platform_specific": {...}} |