Send push notification
push_sendSend web push notifications to browser subscriptions using JSON endpoint and keys. Trigger real-time alerts from your app's backend.
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) |