Airtable credentials
You can use these credentials to authenticate the following nodes with Airtable.
Prerequisites
Create an Airtable account.
Supported authentication methods
- Personal Access Token (PAT)
- OAuth2
Using personal access token
To configure this credential, you'll need:
- A Personal Access Token : Follow the instructions to Find/create PATs in the Airtable documentation to get a Personal Access Token (PAT).
Mosaic Workflows recommends using the following Scopes for your PAT:
-
data.records:read
-
data.records:write
-
schema.bases:read
Using OAuth2
To configure this credential, you'll need:
- An OAuth Redirect URL
- A Client ID
- A Client Secret
Refer to the Airtable Register a new integration documentation for steps on registering a new Oauth integration.
- Open your Airtable Developer Hub to OAuth integrations .
- Select the Register new OAuth integration button.
- Provide a name for your OAuth integration.
- In the Mosaic Workflows Airtable OAuth2 credentials dialog, copy the OAuth Redirect URL .
- In Airtable, paste that redirect URL into the OAuth redirect URL .
- Then select the Register integration button in Airtable.
- On the following page, copy the Client ID from Airtable and paste it into the Client ID parameter in the Mosaic Workflows Airtable OAuth2 credentials dialog.
- In Airtable, select the Generate client secret button.
- Copy the client secret and paste it into the Client Secret parameter in the Mosaic Workflows Airtable OAuth2 credentials dialog.
-
Select the following scopes in Airtable:
-
data.records:read
-
data.records:write
-
schema.bases:read
-
- Select Save changes at the bottom of the page in Airtable.
- In the Mosaic Workflows Airtable OAuth2 credentials dialog, select the Connect my account button.
- This will open a Grant access dialog. Follow the instructions in the dialog and select the base you want to work on (or all bases).
- Select the Grant access button in the dialog to complete the connection.