Skip to content
New issue

Have a question about this project? Sign up for a free GitHub account to open an issue and contact its maintainers and the community.

By clicking “Sign up for GitHub”, you agree to our terms of service and privacy statement. We’ll occasionally send you account related emails.

Already on GitHub? Sign in to your account

Pipedrive Integration Not Working #14759

Open
ldpg-dev opened this issue Apr 25, 2024 · 3 comments
Open

Pipedrive Integration Not Working #14759

ldpg-dev opened this issue Apr 25, 2024 · 3 comments
Labels
🐛 bug Something isn't working crm-apps area: crm apps, salesforce, hubspot, close.com, sendgrid

Comments

@ldpg-dev
Copy link

ldpg-dev commented Apr 25, 2024

Issue Summary

I tried to add Pipedrive to my cal.com account via the app marketplace and got an error saying the app does not exist.

Steps to Reproduce

  1. Go to app marketplace
  2. Search for Pipedrive
  3. Click Install
  4. The following URL will open on a new tab: https://oauth.pipedrive.com/oauth/authorize?client_id=[REDACTED]**&redirect_uri=https://app.revert.dev/oauth-callback/pipedrive&state={%22tenantId%22:%**[REDACTED]**%22,%22revertPublicToken%22:%22**[REDACTED]**%22}
  5. You will see the following error
    image
Copy link

dosubot bot commented Apr 25, 2024

It seems like the issue with the Pipedrive integration not working when attempting to add it to your cal.com account might be related to a misconfiguration or absence of the Pipedrive client ID in the application's settings. The error message "App is not found" could indicate that the application is not correctly recognizing the Pipedrive client ID during the OAuth authorization process.

To address this, you should verify that the Pipedrive client ID is correctly set in your application's configuration. This involves checking the environment or configuration files where the client_id is specified for the Pipedrive integration. Ensure that this ID matches the one provided by Pipedrive for your application.

The process involves the application querying a database to retrieve the app keys, including the client_id, based on a unique slug. If the client_id is missing or incorrect, it could lead to the error you're experiencing. Correcting the Pipedrive client ID in your application's settings and ensuring it is properly configured should help resolve the issue.

If after verifying the client ID the problem persists, consider reviewing the user authentication flow and the determination of the tenantId, as these areas could also impact the integration process.

Details

Sources


About Dosu
This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research.

Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant.

To continue the conversation, mention @dosu.

@dosubot dosubot bot added crm-apps area: crm apps, salesforce, hubspot, close.com, sendgrid 🐛 bug Something isn't working labels Apr 25, 2024
@ldpg-dev
Copy link
Author

@dosu I'm not using the self-hosted version, I'm using the cloud version

Copy link

dosubot bot commented Apr 26, 2024

If you're encountering the "App is not found" error with the Pipedrive integration on the cloud version of Cal.com, it's likely due to a configuration issue with the Revert API keys, which are essential for the integration to work properly. Here's how you can address this:

  1. Check Your .env Configuration: Ensure that REVERT_API_KEY and REVERT_PUBLIC_TOKEN are correctly set in your environment. These keys are crucial for the Pipedrive integration through Revert.

  2. Verify the Revert API URL: The REVERT_API_URL should be set to https://api.revert.dev/ unless you're using a self-hosted version of Revert.

  3. Restart and Test: After updating your .env file, restart your Cal.com application to apply the changes and attempt the integration again.

  4. Consult Documentation: Review the Cal.com and Revert documentation for any additional configuration steps or requirements.

  5. Reach Out for Support: If the issue persists after checking your configuration, consider contacting Cal.com or Revert support for further assistance.

By ensuring your Revert API keys are correctly configured and following the steps above, you should be able to resolve the integration issue.

Details

Sources


About Dosu
This response is meant to be useful and save you time. It is not meant to be a precise solution, but rather a starting point for your own research.

Help me be more useful! Please leave a 👍 if this is helpful and 👎 if it is irrelevant.

To continue the conversation, mention @dosu.

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
🐛 bug Something isn't working crm-apps area: crm apps, salesforce, hubspot, close.com, sendgrid
Projects
None yet
Development

No branches or pull requests

1 participant