From 2c15964213a2a7ee34bde167cd8cc5561aa6d5f1 Mon Sep 17 00:00:00 2001 From: Dmitry Sharabin Date: Wed, 5 Apr 2023 22:03:45 +0200 Subject: [PATCH] Add Airtable --- img/airtable-logo.svg | 6 ++++++ secret.json | 3 +++ services.json | 6 ++++++ 3 files changed, 15 insertions(+) create mode 100644 img/airtable-logo.svg 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" } }