Learn about how to use MS Teams provider for chat notifications
API Key
or Client ID
to send notifications. Our current implementation is based on the Incoming Webhook URL. It is a URL that you can use to send messages to a specific channel. This URL needs to be stored on the subscriber entity
Similar to Discord, the credential for this provider needs to be stored in the subscriber entity.
Steps to create incoming webhook url
@novu/node
library, as shown below: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 to specify the provider.webhookUrl
property to specify the MS Teams channel webhook URL or by calling the Update Subscriber Credentials
endpoint on Novu API. Check endpoint details here.