Using TalkJS webhooks to implement push notifications
Tutorial on using TalkJS webhooks to build custom push notifications, covering the browser Notifications API and mobile options like FCM and APNs.
Technical Writer
Tutorial on using TalkJS webhooks to build custom push notifications, covering the browser Notifications API and mobile options like FCM and APNs.
Tutorial on adding a 'save message' custom action in TalkJS, using the REST API to tag messages and a custom header to filter and count saved messages.
Tutorial on adding a 'pin message' custom action in TalkJS, using the REST API to store the pinned message and a custom header to display it.
Tutorial on adding chat to a Svelte app with the TalkJS classic JavaScript SDK: create a session and users, start a conversation, and mount a reusable chatbox UI.