Skip to content
Merged
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
2 changes: 1 addition & 1 deletion connection-guides/crm/pipedrive-oauth.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -53,7 +53,7 @@ If you've been directed to StackOne to integrate with Pipedrive, the following s
<Step title="Enter App Details">
Enter your App name and the Callback URL written below, and click on the Save button.

Callback URL: `https://api.stackone-dev.com/connect/oauth2/pipedrive/callback`
Callback URL: `https://api.stackone.com/connect/oauth2/pipedrive/callback`
Copy link

Copilot AI Mar 6, 2026

Choose a reason for hiding this comment

The reason will be displayed to describe this comment to others. Learn more.

This update changes the callback URL in the CRM Pipedrive OAuth guide, but there is another Pipedrive OAuth guide (connection-guides/iam/pipedrive-oauth.mdx) that still documents the old api.stackone-dev.com callback URL. To avoid conflicting documentation, update the IAM guide as well (or clarify environment-specific callback URLs if both are intended).

Copilot uses AI. Check for mistakes.

<Frame>
<img className='rounded-md' style={{ margin: '0 auto', border: '1px solid #efefef' }} alt="App Details" src="/images/pipedrive-oauth/image5.png" />
Expand Down