Airtable

Supports:

  • ✅ Models
  • ✅ Model sync destination
  • ✅ Bulk sync source
  • ✅ Bulk sync destination

Connection

Configuration

NameTypeDescriptionRequired
client_idstringfalse
client_secretstringfalse
oauth_access_tokenstringfalse
oauth_refresh_tokenstringfalse
oauth_token_expirystringfalse

Example

{
"name": "Airtable connection",
"type": "airtable",
"configuration": {
"client_id": "eb669428-1854-4cb1-a560-403e05b8acbf",
"client_secret": "ay8d5hdepz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq",
"oauth_access_token": "{access token}",
"oauth_refresh_token": "{refresh token}",
"oauth_token_expiry": "2023-11-21T21:48:51Z"
}
}

Read-only properties

NameTypeDescriptionRequired
api_keystringAPI keyfalse
connected_userstringConnected user’s emailfalse

Model Sync

Source

Configuration

NameTypeDescriptionRequired
baseobjobjectBasetrue
tableobjobjectTabletrue
viewobjobjectViewfalse

Example

{
...
"configuration": {
"baseobj": {},
"tableobj": {},
"viewobj": {}
}
}

Target

Airtable connections may be used as the destination in a model sync.

Target creation

Airtable connections may be used to create a new target for a model sync. The following parameters are required to create a new target:

NAMEDESCRIPTIONENUM
nameTable namefalse

Bulk Sync

Source

Airtable connections may be used as a bulk sync source. No additional configuration options are required.

Destination

Configuration

NameTypeDescriptionRequired
basestringBasefalse

Example

{
...
"destination_configuration": {
"base": ""
}
}