Enables or disables notification pings for a webhook. See notification delivery.
Creator level permissions are required in order to enable or disable webhook notification pings.
Press shift + S to search API reference.
https://api.airtable.com/v0/bases/{baseId}/webhooks/{webhookId}/enableNotifications
Enables or disables notification pings for a webhook. See notification delivery.
Creator level permissions are required in order to enable or disable webhook notification pings.
Authentication | Personal access token, OAuth integration |
Scope | webhook:manage |
User role | Base creator |
Billing plans | All plans |
$curl -X POST "https://api.airtable.com/v0/bases/{baseId}/webhooks/{webhookId}/enableNotifications" \-H "Authorization: Bearer YOUR_TOKEN" \-H "Content-Type: application/json" \--data '{"enable": true}'