Skip to main content
POST

Authorizations

Authorization
string
header
required

API key for authentication.

Body

application/json

Webhook registration details

baseId
string
required

The ID of the Airtable base.

Example:

"appkGlXEiufQLn1Qd"

tableId
string
required

The ID of the Airtable table.

Example:

"tblMHdKX6vN1Eci9x"

event
enum<string>
required

Always "record_create".

Available options:
record_create
Example:

"record_create"

webhookUrl
string<uri>
required

The URL to which the webhook notifications will be sent.

Example:

"https://hook.eu1.make.com/your-unique-hook-id"

Response

Webhook registered successfully.

message
string
Example:

"Successfully registered new webhook for event: record_create."

webhookId
string<uuid>
Example:

"20c775ff-666c-42d7-b4db-26e4af4e43c7"