diff --git a/apps/docs/app/self-hosting/integrations/images/airtable/development-use-warning.webp b/apps/docs/app/self-hosting/integrations/images/airtable/development-use-warning.webp
new file mode 100644
index 0000000000..8b74880552
Binary files /dev/null and b/apps/docs/app/self-hosting/integrations/images/airtable/development-use-warning.webp differ
diff --git a/apps/docs/app/self-hosting/integrations/page.mdx b/apps/docs/app/self-hosting/integrations/page.mdx
index f3335e8bc7..33453e854d 100644
--- a/apps/docs/app/self-hosting/integrations/page.mdx
+++ b/apps/docs/app/self-hosting/integrations/page.mdx
@@ -3,6 +3,7 @@ import { MdxImage } from "@/components/MdxImage";
import CreateNewIntegration from "./images/airtable/create-new-integration.webp";
import OpenDeveloperHub from "./images/airtable/open-developer-hub.webp";
import RegisterNewIntegration from "./images/airtable/register-new-integration.webp";
+import DevelopmentUseWarning from "./images/airtable/development-use-warning.webp";
import SelectScopes from "./images/airtable/select-scopes.webp";
import AddApiKey from "./images/n8n/add-api-key.webp";
@@ -57,6 +58,17 @@ We have step-by-step guides to configure our third-party integrations with a sel
Enabling the Airtable Integration in a self-hosted environment requires creating an airtable account and changing the environment variables of your Formbricks instance.
+
+ If your Airtable app is in development use, please ensure that the email used in the Airtable integration matches the email used in the Airtable OAuth app. To use other email addresses, you need to fill this information in your OAuth app settings again:
+
+
+
+
1. Go to the [Airtable](https://airtable.com) and create a new account if you dont already have one.
2. Click on user icon on top left and open to **Developer hub**
@@ -112,6 +124,10 @@ Voila! You have successfully enabled the Airtable integration in your self-hoste
Integrating Google Sheets with a self-hosted Formbricks instance requires configuring Google Cloud and updating your environment variables.
+
+ If your Google Cloud Console project has a publishing status of "Testing" your refresh token will expire after 7 days. To avoid that, you need to change the publishing status to "Production". [Google OAuth 2.0 documentation](https://developers.google.com/identity/protocols/oauth2?hl=en#expiration)
+
+
1. Go to the **[Google Cloud Console](https://console.cloud.google.com/)** and **create a new project**.
2. Enable necessary APIs:
- Now select the project you just created and go to the **APIs & Services** section.