diff --git a/img/airtable-logo.svg b/img/airtable-logo.svg new file mode 100644 index 0000000..a00fd44 --- /dev/null +++ b/img/airtable-logo.svg @@ -0,0 +1,6 @@ + + + + + + diff --git a/secret.json b/secret.json index 4d66a1f..b9bbe4c 100644 --- a/secret.json +++ b/secret.json @@ -7,5 +7,8 @@ }, "Dropbox": { "client_secret": "YOUR_DROPBOX_CLIENT_SECRET" + }, + "Airtable": { + "client_secret": "YOUR_AIRTABLE_CLIENT_SECRET" } } diff --git a/services.json b/services.json index ee3acdc..c323b1b 100644 --- a/services.json +++ b/services.json @@ -16,5 +16,11 @@ "client_id": "9rv97nkxvvdq1a3", "fields": "grant_type=authorization_code", "icon": "img/dropbox-logo.svg" + }, + "Airtable": { + "url": "https://airtable.com/oauth2/v1/token", + "client_id": "754e8f46-9b48-4b37-93e0-3d457881bc85", + "fields": "grant_type=authorization_code", + "icon": "/img/airtable-logo.svg" } }