Configuring your connectionsConnection configurations

Airtable

Connection

Description

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
api_keystringfalsetrue
connected_userstringfalsetrue
client_idstringfalsefalse
client_secretstringfalsefalse

Example

1{
2 "name": "airtable connection",
3 "type": "airtable",
4 "configuration": {
5 "client_id": "eb669428-1854-4cb1-a560-403e05b8acbf",
6 "client_secret": "ay8d5hdepz62px8lqeoakuea2ccl4rxm13i6tbyorxhu1i20kc8ruvksmzxq"
7 }
8}

Model Sync

Source

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
baseobjobjectfalsefalse
tableobjobjectfalsefalse
viewobjobjectfalsefalse

Example

1{
2 ...
3 "configuration": {
4 "baseobj": {},
5 "tableobj": {},
6 "viewobj": {}
7 }
8}

Target

N/A

Bulk Sync

Source

N/A

Destination

Configuration

NAMETYPEDESCRIPTIONREQUIREDREADONLY
basestringfalsefalse

Example

1{
2 ...
3 "destination_configuration": {
4 "base": ""
5 }
6}