Web Push Notifications
Push Notification is a Web SDK feature you could enable to bring the power of BirdCRM in building connected user experience to your website.
<script src="https://embeddables.p.mbirdcdn.net/sdk/v0/bird-sdk.js" data-config-url="{applications_key_url}" ></script>importScripts('https://embeddables.p.mbirdcdn.net/sdk/v0/bird-push-sw.js');
subscribeButton.addEventListener('click', async () => { await Bird.pushNotifications.subscribe(); });
Last updated
Was this helpful?

