Send push notification
push_sendSend a Web Push notification to a browser subscription using the PushSubscription JSON. Provide app, subscription, title, and body to deliver the message.
Instructions
Send a Web Push notification to a browser subscription (the JSON from PushSubscription.toJSON(), which the app's frontend should send to its backend).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| app | Yes | ||
| body | Yes | ||
| title | Yes | ||
| subscription | Yes | PushSubscription JSON (endpoint + keys) |