Sending Custom Fields through Webhooks

Hi,
I am setting up a webhook when a note is added. Is it possible to send the custom fields of the organization as well? We are trying to add the notes to our system and need the custom id we made in pipedrive.

Thank you,
Donald

Hello Donald!

Unfortunately only the org and person IDs will be passed through the payload, seems like you will need to call an endpoint once you receive the webhook, you can use the Org ID provided in the webhook payload and call this endpoint to get more information about the org’s data (custom fields) Pipedrive API v1 Reference

1 Like