Web Push Integration
Streamline your user engagement by connecting blockchain events to real-time browser alerts. Use B3OS to automate Web Push notifications, ensuring your...
Integration available
Streamline your user engagement by connecting blockchain events to real-time browser alerts. Use B3OS to automate Web Push notifications, ensuring your community never misses a critical transaction, mint, or governance vote.
Build With Web Push
Use Web Push when a workflow needs to call Send Web Push Notification or related Web Push operations from a typed B3OS action. Start in the visual editor to connect an account, then use the references below for payload shape, required fields, and API testing.
Available Actions
| Action | ID | Connector | Required fields |
|---|---|---|---|
send-web-push | webpush | subscriptionId, title, body |
Available Triggers
No trigger references are published for this integration yet.
Common Use Cases
Connector Notes
- Create the connector from a trusted B3OS organization before publishing workflows that call external accounts.
- Keep OAuth tokens, API keys, bot tokens, channel IDs, and account IDs in connector settings or workflow props, not in reusable public template text.
- Test with the visual editor or
POST /v1/actions/{type}/testbefore routing production traffic.
Related Templates
No public templates are linked to this integration yet.
FAQ
Web Push notifications allow you to send instant, real-time updates directly to your users' browsers without requiring them to be actively browsing your site, increasing retention and engagement for mints and announcements.
No, Web Push utilizes the W3C Push API, meaning notifications are delivered directly through the user's web browser on both desktop and mobile devices.
Yes, the integration uses VAPID (Voluntary Application Server Identification) keypairs to sign deliveries, ensuring that only your authorized server can send notifications to your subscribed users.
Yes, by connecting Web Push to B3OS workflows, you can trigger notifications whenever specific on-chain events, such as successful swaps or NFT transfers, occur.
Users can subscribe through your web interface. Once they grant permission, their unique device subscription is added to your workflow, allowing B3OS to target them with automated alerts.
