Skip to content
aeropage-round-dark
Aeropage Documentation
Bulk Generation

icon picker
Webhooks Guide

What Are Webhooks?

Webhooks are a way for apps to communicate with each other automatically. They send real-time data from one app to another whenever a specific event happens. Imagine getting a text message every time a package you’re expecting changes its delivery statu, webhooks work in a similar way for applications.

How Do Webhooks Work?

Trigger Event: Something happens in the first app, like a new record being added to a database.
Data Sent: This event triggers the first app to send data to a specified URL.
Action Taken: The second app receives this data and does something with it, like updating a status, sending a notification, or adding information to a different database.


error
Remember that anyone who has the URL for your webhook trigger can trigger your automation. We recommend thinking carefully about how and where this URL might be shared.

Using Webhooks with Airtable Automations


Create new automation and select “When webhook received” trigger.

image.png

Then you can copy webhook url.

image.png

And paste it as the URL of the webhook. Also provide a description so you know what automation it uses and for what purpose

image.png
Want to print your doc?
This is not the way.
Try clicking the ⋯ next to your doc name or using a keyboard shortcut (
CtrlP
) instead.