Update Pipedrive callback URL in documentation#374
Merged
Conversation
Contributor
There was a problem hiding this comment.
Pull request overview
Updates the Pipedrive OAuth documentation to use the production StackOne API callback URL instead of the dev URL, ensuring customers configure the correct redirect URI during app setup.
Changes:
- Replaced the documented Pipedrive OAuth callback URL from
api.stackone-dev.comtoapi.stackone.comin the CRM guide.
💡 Add Copilot custom instructions for smarter, more guided reviews. Learn how to get started.
| 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` |
There was a problem hiding this comment.
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).
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Summary by cubic
Updated the Pipedrive OAuth guide to use the production callback URL so new apps point to the correct endpoint. Changed https://api.stackone-dev.com/connect/oauth2/pipedrive/callback to https://api.stackone.com/connect/oauth2/pipedrive/callback.
Written for commit 34635f5. Summary will update on new commits.