I’m building an n8n workflow that receives a webhook from Airtable. To be able to list the webhook payloads, the credential needs to have the scope webhook:manage. Airtable Web API
Hi @busunkim, welcome to the community
The three scopes mentioned in the UI and the docs are just recommendations for what’s required if you’re using the Airtable or Airtable Trigger Nodes in n8n, but you can add other necessary scopes when creating Airtable credentials which is something you’ll do in the Airtable app.
The reason why the scope webhook:manage is not mentioned in the UI or docs is because we use polling for the Airtable Trigger Node, not their Webhook APIs.