Webhooks

Connect webhooks to Databar for automated enrichments & data pulls.

Webhooks allow you to send data into your Databar tables automatically or based on events from external applications or services.

Webhooks are perfect for streaming live data into a Databar table for enrichments and further processing. They are fully customizable meaning you can add data from platforms like n8n, Zapier, Make.com, or even custom internal systems. For example, you can push emails of newly registered users from your site to a Databar table for enrichment.

Step 1 - Create a table

First you'll need to create a table (or use an existing one) where you will be streaming webhook responses to. You can do so by clicking on New blank table or by uploading a file.

Step 1 - Creating webhook

In the top left of your table, click on Import data and click on Webhooks. You should then see the following page in your side-bar:

Give your webhook a name and copy the Webhook URL (under This is your Webhook URL). That's the link you will use to send data to your table.

Step 2 - Map Webhook responses to your table

You can either stream raw JSON responses to your table or map the webhook to your table directly. If you chose to stream raw JSON responses to your table, you will be able to unpack the values from that JSON using our expander afterwards.

  • Stream raw JSON to table

    • This option will simply stream the full Webhook data to your table. A new row will be created every time a webhook is streamed in.

  • Map webhook data now

    • To map webhooks right away you will first need to send a test request, after which you will be able to pick which values you want to map to your table. A new row will be created every time a webhook is streamed in.

Step 3 - Retreive Webhook Data

After the mapping is confirmed, send a request and check that webhook data has been added to your table. You will see your data will appear on the table automatically.

Last updated