Learn about how to use Slack provider for chat notifications
webhookUrl
that Novu requires to send chat messages to your customers.
We will provide the basic flow that the user needs to perform, to successfully send notifications via the Slack integration.
webhookUrl
and plug it into your backend.
Turn on 'Incoming Webhooks' in your Slack app
Click the 'Add New Webhook to Workspace' button
Select the channel
Copy the webhookUrl from Slack
webhookUrl
on the relevant subscriber entity in Novu. Here’s an example to do the same using our Node SDK:chat
channel:
You can use the Blocks Playground from Slack to learn more about the diffrent blocks available.
subscriberId
is a custom identifier used when identifying your users within the Novu platform.providerId
is a unique provider identifier. We recommend using our ChatProviderIdEnum.Slack if you’re using Node, else string of Slack to specify the provider.webhookUrl
property to specify the webhook URL generated in the previous step.