diff --git a/docs/nodes/credentials/Drift/README.md b/docs/nodes/credentials/Drift/README.md index 1677e6aed..2d678a9a4 100644 --- a/docs/nodes/credentials/Drift/README.md +++ b/docs/nodes/credentials/Drift/README.md @@ -13,11 +13,16 @@ Create a [Drift](https://www.drift.com/) account. ## Using OAuth 1. Access [your Drift apps](https://dev.drift.com/apps). -2. Select your App (or create a new one). -3. Click on "Manage". -4. Click on "App Credentials". -5. Use Client Secret and Client ID with your Drift Node credentials in n8n. -6. Enter n8n provided redirect URL in configuration. Redirect URL Explanation [here](../README.md). +2. Click on the 'Build Your App' button. You can also select an existing app if you already have one. +3. Enter a name in the ***App name*** field. +4. Click on 'Oauth & Scopes' in the sidebar. +5. Copy your OAuth Callback URL from the 'Create New Credentials' screen in n8n and paste in the ***Add Redirect URL*** field and click 'Add'. +6. Click on 'App Credentials' in the sidebar. +7. Use the 'Client ID' and 'Secret ID' with your Drift OAuth2 API node credentials in n8n. +8. Click on the circle button in the OAuth section to connect your Drift account to n8n. +9. Click the ***Save*** button to save your credentials. + +![Getting Drift OAuth credentials](./using-oauth.gif) ## Using Access Token diff --git a/docs/nodes/credentials/Drift/using-oauth.gif b/docs/nodes/credentials/Drift/using-oauth.gif new file mode 100644 index 000000000..1551472f1 Binary files /dev/null and b/docs/nodes/credentials/Drift/using-oauth.gif differ