Here you will find instructions on how to deactivate notifications for webhooks with notification type and channel code.
Disabling the notification type PERSON_UPDATED for channel WEBHOOK
To deactivate notifications by notification type and channel code, make the API call below:
Disables the generation of notifications for events based on the notification type and channel code.
Here is a sample request for disabling 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 with ID-1114 are not generated as it is now disabled ("enabled"
:
false
).
Here you will find instructions on how to deactivate notifications for webhooks with a specific notification ID.
To deactivate notifications by notification ID, make the API call below:
Disables the generation of notifications for events based on the notification ID.
Here is a sample request for disabling the generation of notifications for events based on the notification ID:
Below you will find the response body to the sample request:
The API call was successful and now notifications of the type PERSON_UPDATED with ID-1114 are not generated as it is now disabled ("enabled"
:
false
).
Here you will find instructions on how to activate notifications for webhooks with the notification type and channel code.
To activate notifications by notification type and channel code, make the API call below:
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
).
https://notification-api.sandbox.tuumplatform.com/api/v1/notification-config/disable
Learn more about the in the Tuum developer portal.
You can validate the API call's outcome with the request:
https://notification-api.sandbox.tuumplatform.com/api/v1/notification-config/ID-1114/disable
Learn more about the in the Tuum developer portal.
You can validate the API call's outcome with the request:
https://notification-api.sandbox.tuumplatform.com/api/v1/notification-config/enable
Learn more about the in the Tuum developer portal.
You can validate the API call's outcome with the request:
Disabling the notification type PERSON_UPDATED with notificationConfigId ID-1114.
Enabling the notification type PERSON_UPDATED for channel WEBHOOK
Here you will find instructions on how to activate notifications for webhooks with the notification ID.
Enabling the notification type PERSON_UPDATED with notificationConfigId ID-1114.
To activate notifications by notification ID, make the API call below:
Enables the generation of notifications for events based on the notification ID.
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
).
https://notification-api.sandbox.tuumplatform.com/api/v1/notification-config/ID-1114/enable
Learn more about the in the Tuum developer portal.
You can validate the API call's outcome with the request: