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

fix(SFT-1594): correctly fetch the correct fields based on the category for Pipedrive integrations #1656

Merged
merged 4 commits into from
Nov 21, 2024

Conversation

seandelaney
Copy link
Contributor

@seandelaney seandelaney commented Nov 21, 2024

Fixes #1596

I'm a little unsure how this previously worked. I know Leads uses dealFields endpoint but since we refactored this integration, lead fields were saved under Deal category in the DB. Now Pipedrive or API Integration base class is passing in Deal as category for Leads when fetching fields and therefore not finding any fields, throwing a generic "out of scope" error.

I feel like the API has slightly changed.

@kjmartens kjmartens self-requested a review November 21, 2024 22:41
Copy link
Contributor

@kjmartens kjmartens left a comment

Choose a reason for hiding this comment

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

Tested, looks good!

@kjmartens kjmartens merged commit 7190bbf into v5 Nov 21, 2024
4 checks passed
@kjmartens kjmartens deleted the fix/v5/SFT-1594-pipedrive-integrations branch November 21, 2024 22:42
Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Development

Successfully merging this pull request may close these issues.

Pipedrive integration fails
2 participants