Skip to content

Logs not created on contact when using custom phone field/s in PipeDrive #97

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

Open
neilscholtz opened this issue May 25, 2022 · 0 comments

Comments

@neilscholtz
Copy link

If a custom phone field is created on the Person object in PipeDrive, the ability to phone or text is still available when hovering over the phone number.

However, the logging of that activity does not happen. It does not get logged to that contact Person.

I believe that the API call used to find the contact is this one: /persons/search?term=<string>&fields=phone
This limits the search for the contact number only to the default phone field on the Person in PipeDrive.

Switching that API call to include the custom_fields, would allow activities to be logged to phone numbers used in the custom fields too. /persons/search?term=<string>&fields=phone,custom_fields

Sign up for free to join this conversation on GitHub. Already have an account? Sign in to comment
Labels
None yet
Projects
None yet
Development

No branches or pull requests

1 participant