Chat Channel Overview
Learn the process of configuring and using chat providers with Novu
Novu can be used to deliver chat messages to your customers using a unified delivery API. You can easily integrate your favorite chat provider using the built-in integration store.
Configuring chat providers
To configure a chat provider, you need to add a new integration to your Novu account. You can do this by navigating to the integration store and clicking on the Add a provider button and then select the chat provider you want to configure. You can find the integration store in the left sidebar of the Novu dashboard.
Each chat provider requires defferent type of credentials. There are few providers which does not require any credentials example: Discord
Sending chat message
Steps to send a chat message using Novu:-
- Add a chat provider integration to your Novu account from the integration store. Enter credentials if required and save the integration. Follow corresponding provider documentation to get the required credentials.
- Create a new subscriber
Step 2 can be skipped if you already have a subscriber. You can use the
subscriberId
of an existing subscriber.
-
Update the subscriber credential
webhookUrl
for this provider and integration. -
Create a new worklow or use an existing workflow. Add chat channel and write content for the message.
-
Trigger this workflow to above
subscriberId
using trigger identifier -
Check the chat provider if message is received. If not, check the logs in activity feed for for any errors.
Update credential webhookUrl
Checkout the API reference for more details.
Integration identifier is similar to Provider identifier but it is different than
Provider Id. It is unique for each integration. You can find the integrationIdentifier
in the integration store page.
Common errors
Common erros and reason of those errors while sending chat messages using Novu.
- Subscriber does not have a configured channel.
- if the subscriber does not have credentials set up for any of the chat provider.
- Webhook URL for the chat channel is missing.
webhookUrl
field is null, undefined or not set. Check using get subscriber api.
- Subscriber does not have an active integration.
- if subscriber have credentials set but integration is either not active or deleted for this credential.
Was this page helpful?