From edd438c37f114b34f4e1f2d489f135c131d49659 Mon Sep 17 00:00:00 2001 From: Faruk AYDIN Date: Mon, 21 Nov 2022 23:15:21 +0100 Subject: [PATCH] docs: Add OAuth with refresh token to example integrations --- packages/docs/pages/build-integrations/examples.md | 4 ++++ 1 file changed, 4 insertions(+) diff --git a/packages/docs/pages/build-integrations/examples.md b/packages/docs/pages/build-integrations/examples.md index 4b44d46a..f953b114 100644 --- a/packages/docs/pages/build-integrations/examples.md +++ b/packages/docs/pages/build-integrations/examples.md @@ -25,6 +25,10 @@ The build integrations section is best understood when read from beginning to en - [Slack](https://github.com/automatisch/automatisch/tree/main/packages/backend/src/apps/slack/auth/index.ts) - [Twitter](https://github.com/automatisch/automatisch/tree/main/packages/backend/src/apps/twitter/auth/index.ts) +### OAuth with the refresh token + +- [Salesforce](https://github.com/automatisch/automatisch/tree/main/packages/backend/src/apps/salesforce/auth/index.ts) + ### API key - [DeepL](https://github.com/automatisch/automatisch/tree/main/packages/backend/src/apps/deepl/auth/index.ts)