pwaPushNotificationSend
Sends a push notification through BetterForms to registered browser subscriptions.
Action Object
Key
Type
Description
Example
{
"action": "pwaPushNotificationSend",
"options": {
"title": "New Update",
"body": "A new update is available.",
"filter": {
"users": ["BF_USER_ID"]
}
}
}Behavior Notes
Related Pages
Last updated
Was this helpful?