More Vendrato tools: FunnelDupe GHL Utils Building the future of automation
📬

List Webhook Payloads from Airtable

n8n-nodes-base.httpRequest

Retrieve pending webhook payloads for an Airtable webhook. Use this to fetch missed notifications or poll for changes.

airtable database webhook payloads polling api
API Docs
Platform
Airtable
Category
api integration
Version
1.0.0
Auth Required
Yes

Use Cases

Fetch missed webhook notifications
Poll for changes without webhook endpoint
Retrieve historical changes

Configuration

Node Configuration Summary
Ready-to-use Airtable node configured for list webhook payloads from airtable. Copy and paste directly into your n8n workflow.
Method: GET
Endpoint: /v0/bases/{{ $json.baseId }}/webhooks/{{ $json.webhookId }}/payloads
Nodes: 2
Auth: HTTP Header Auth

Related Airtable Nodes

🆕
Create Base in Airtable
Create a new Airtable base with specified tables and fields. Requires workspace ID and at least one table definition.
💬
Create Comment in Airtable
Add a new comment to an Airtable record. Supports @mentions for users and user groups.
Create Field in Airtable
Create a new field (column) in an Airtable table. Supports all field types including text, numbers, selects, dates, and more.
Create Records in Airtable
Create one or multiple records in an Airtable table. Supports batch creation of up to 10 records per request.
📊
Create Table in Airtable
Create a new table in an existing Airtable base. Define table name, description, and field structure.
🔔
Create Webhook in Airtable
Create a new webhook to receive notifications when records change in an Airtable base. Configure triggers for specific tables and actions.
← Browse all nodes