Airtable
Airtable is a cloud-based database management platform that offers users a flexible and intuitive way to organize and collaborate on various types of data.
It combines the functionality of a spreadsheet with the power of a database, allowing users to create custom databases, known as "bases," to store and manage information.
To integrate with the Airtable API, you'll need to follow these steps:
- Register an OAuth integration:
-
Go to the OAuth integrations.
-
Click Register new OAuth integration.
-
Fill in the required information:
-
Name: SimWorkflow
-
Redirect URL: https://www.simworkflow.com/credentials/callback
-
-
Click Register integration.
-
Select the appropriate Scopes for the integration.
-
Click Save changes.
-
- Get App ID and App Secret:
- Once your app is created, Airtable will provide you with a Client ID and Client secret. These will be used to create SimWorkflow credentials.
- Create OAuth 2.0 Credentials in SimWorkflow:
-
Go to SimWorkflow Credentials.
-
Click on Create credentials.
-
On OAuth 2.0 tab.
-
Fill in the required information:
-
Provider: Airtable
-
Name: Airtable
-
Client ID: Airtable Client ID
-
Client secret: Airtable Client secret
-
-
Click on Create credentials button.
-
Complete the OAuth flow.
-
Once the Airtable credentials created, you can start using it with HTTP Task in your workflow definitions to integrate with Airtable API.