How to customize email notifications for different types of users
Tutorial on using TalkJS roles to send different email notification templates to different user groups, like buyers and sellers, based on role settings.
Explore guides and tutorials to integrate the TalkJS chat API and messaging SDK into your web and mobile products.
Tutorial on using TalkJS roles to send different email notification templates to different user groups, like buyers and sellers, based on role settings.
Tutorial on using ngrok to expose a local Node.js server to the internet, allowing TalkJS webhook events like message.sent to be tested locally.
Tutorial on integrating Dialogflow into TalkJS chat using webhooks to receive messages and the REST API to send chatbot responses back to the conversation.
You can mask all network requests to TalkJS by routing all traffic through your own domain. This guide explains how to enable domain masking using Amazon Cloudfront.
Content masking allows you to control exactly what type of content your users are able to share—all directly from your TalkJS dashboard.
Tutorial on removing users from TalkJS conversations via the REST API, then securing your integration with identity verification and disabled client-side syncing.
Tutorial on using TalkJS's setFeedFilter method to show only conversations matching a custom attribute, like category, in the Inbox UI.
What are HTML Panels? TalkJS provides an easy way to add chat functionality to your website, with a nice pre-
Tutorial on building a LinkedIn-style React messaging app with TalkJS, covering a chatbox popup for connections and an inbox for full conversation history.
Tutorial on adding private and group chat to a React Native app with TalkJS, using a WebView-based Inbox, Redux state, and custom message injection.
Step-by-step tutorial for adding buyer-seller and user-to-user chat to a React marketplace app using the TalkJS Classic JavaScript SDK.
Tutorial on removing the default TalkJS Chatbox header and building a custom one with CSS styling and a desktop notifications toggle.