Correct PAT scope for Airtable integration

:bullseye: What is your goal?

Hello. I am a non-technical founder using a Mailhook to trigger a Gemini call. The scenario fails at the Airtable Create Record module, likely due to a permissions or scoping error in the Personal Access Token (PAT). I have provided the exported scenario blueprint below. Can an expert please review the blueprint and tell me exactly what scope permissions I need on the PAT, or if the field mapping is wrong? Thank you

:camera_with_flash: Screenshots: scenario setup, module configuration, errors

Integration Webhooks.blueprint.json (25.6 KB)

Hello @Loom and welcome to the Make Community!

By any chance can you show the exact error produced by Airtable?

Hello,

To create records you should have two basic scopes:

data.records:write

And to get field names and their types:

schema.bases:read

Please share with us your error screenshot. Blueprint does not contain any select fields which require typecast to be enabled to create new values.