Webhooks
How to configure a Webhook.
Last updated
Was this helpful?
How to configure a Webhook.
Last updated
Was this helpful?
A webhook is a way for one application to automatically send information to another application when something specific happens. For E.g. getting an instant message when a new email is received. It helps different apps talk to each other in real-time.
In DSPM+, the webhook service makes it possible to subscribe to documents after cataloguing/classification stages. When a document passes Cataloguing or Classification, based on GQL provided in webhook and callback URL is sent to the target system (client system). Similarly in EDC webhook can be used to send information to client system based on activity of the users.
Go to the dashboard: Administration -> Webhooks -> Create webhook.
Provide URL from 'Your unique URL ' from webhook.site; input GQL; name and webhook status. Please see below for the description of all the options.
Provide Callback URL from 'Your unique URL ' from webhook.site
If there are some scans in progress, data in cataloguing/classification-result in some moments you'll see requests coming to webhook.site (if not - manually scan a folder).
A collection of data that serves as the content triggering the webhook or being sent by the webhook to a specified endpoint. When an event occurs that matches certain conditions, the webhook system will package relevant data from the dataset and send it to a predefined URL.
This contains information about files, such as their ID, types, path, version, etc. This information is based on content related to DSPM
This dataset captures activities or actions performed by users or systems, such as logins, updates, deletions, or other significant events. This is mainly from endpoint Agents.
This dataset relates to live events and the content connected to DDR.
This query language is designed to enhance the flexibility and efficiency of querying data through DSPM+,DDC and EDC platforms. It enables users to craft custom queries without the need of hard coding, significantly simplifying the process of filtering through and analyzing the data. On the webhook page it can be used to setup information using the datasets available.
A callback URL is a specific URL endpoint provided by a user or a system to receive data from another system when a certain event occurs. When the event is triggered, the webhook sends an HTTP POST request to the callback URL, delivering the relevant data payload. This mechanism allows real-time communication between systems, enabling automated workflows and immediate data synchronization
This filed allows user to give a unique and meaningful name to the webhook.
Users can create multiple webhooks and choose whether to keep it active or deactivate it based on the requirement.
User also has the option to edit and delete a webhook