Webhook Tab
Webhook Tab
The Webhooks tab under Settings is where we will manage webhook triggers. Webhooks are event triggers that call 3rd-party web services that subscribe to specific events.
Tenants can create webhooks to trigger calls to subscribing, 3rd-party web services. This is the primary mechanism to initiate identity lifecycle management.
Add Webhook
Follow below steps to add webhooks
Click on the “Add Webhook“ button located on the Webhook tab.
Add Webhook form will be shown.
You are prompt to fill below details on add webhook form-
Name : Would normally be the system that is subscribing to the webhooks
Description : Would be something to remind admin the purpose of the webhook
Enabled : The webhook must be enabled to be triggered
Request Methods :
GET
POST
Request URL : If the subscribing system listens for all events on a single URL, this is the place to store that URL. All enabled events will result in calling this URL.
Request Headers : If the subscribing system requires headers, those can be configured here. These headers would be used in all webhooks unless overwritten in a specific event webhook.
EVENT SETTINGS :
Each event that is expected to trigger a webhook must be enabled
If the subscribing system has a specific URL for each event, those individual URL’s would be specified here. If a Webhook URL is defined above Event Triggers, it will be ignored.
Headers specific to this event would also be specified here. If Headers are defined above Event Triggers, they will be included but overwritten when names match.
Click “Save“ button or icon to save the webhook.
Webhook card will be created and confirmation message will be shown.
Configure Webhook
Follow below steps to configure webhook
Click anywhere on the webhook card on the Webhook tab to configure
Webhook modification/setting form will be shown.
You can configure the webhook as per your requirements.
Click Save button or Icon to save the changes.
Webhook card will be saved and confirmation message will be shown.
Delete Webhook
On clicking “Delete“ button located on the webhook card a confirmation message will be shown.
Click on the confirm button on the confirmation pop up.
Webhook card will be deleted and confirmation message will be shown.