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

Refresh Webhook in Airtable

n8n-nodes-base.httpRequest

Extend the expiration time of an Airtable webhook. Webhooks expire after 7 days and must be refreshed to continue receiving notifications.

airtable database webhook refresh extend api
API Docs
Platform
Airtable
Category
api integration
Version
1.0.0
Auth Required
Yes

Use Cases

Extend webhook expiration
Keep webhooks active
Maintain long-running integrations

Configuration

Node Configuration Summary
Ready-to-use Airtable node configured for refresh webhook in airtable. Copy and paste directly into your n8n workflow.
Method: POST
Endpoint: /v0/bases/{{ $json.baseId }}/webhooks/{{ $json.webhookId }}/refresh
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