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
BuildShip-ready configuration with API call node and custom logic.
Make.com scenario configuration with HTTP module and data processing.

Related Airtable Nodes