Webhooks configuration

Step 1: Accessing Webhook Settings

  1. Log in to the platform and navigate to the Settings section in the side menu.

  2. In Settings, you will find an input field labeled URL. Enter the webhook URL here, where you would like to receive notifications.

Step 2: Selecting Tables to Listen For

  1. Just below the URL input, you’ll find the Select Tables for Webhook field.

  2. In this field, select the tables you wish to listen to. These tables represent the data updates you are interested in receiving through the webhook.

Step 3: Receiving Data Updates

Once you have configured the webhook URL and selected the tables, any updates to these tables will trigger a notification to your webhook. You can then use Shield API to retrieve the specific data that has been updated, ensuring accurate and real-time integration.

Last updated