Enable with notification type and channel code
Last updated
Was this helpful?
Last updated
Was this helpful?
Here you will find instructions on how to activate notifications for webhooks with the notification type and channel code.
Enabling the notification type PERSON_UPDATED for channel WEBHOOK
To activate notifications by notification type and channel code, make the API call below:
https://notification-api.sandbox.tuumplatform.com/api/v1/notification-config/enable
Enables the generation of notifications for events based on the notification type and channel code.
Here is a sample request for enabling the generation of notifications for events based on the notification type and channel code:
Below you will find the response body to the sample request:
The API call was successful and now notifications of the type PERSON_UPDATED can be generated through the WEBHOOK channel as it is now enabled ("enabled"
:
true
).