Hey there, new to Make.com. Looking to replace Zapier with Make.
Background:
I just created a fresh account on PipeDrive and Make. I’m trying to create a Webhook → PipeDrive scenario.
Problem:
On PipeDrive widget, none of the default fields are visible for me to feed the data into. For example, “Website” or “Annual Revenue”. None of these are visible in PipeDrive.
Only Custom Fields and
Images:
PipeDrive Default Fields in Organisation view.
It’s always after you ask a question does the strike of wisdom hits you. I tried the “Update Organisation” widget, and it has a Field ID and Value I can use.
Not ideal but would make do for now. Keeping this thread in case anyone else stumbles upon this.
EDIT: I was wrong. The widget seems like can only update Custom Fields (tried with numeric id and key, but it wouldn’t work, only the 40-char id of a custom field).
So still unsure how to just update the Website value of a organisation. SMH.
Hey Avi, I think this is actually a common first roadblock when working with Pipedrive in Make. The issue isn’t with your setup, it’s just how Pipedrive’s default fields like Website, Industry, Revenue, etc. are treated in the API. These aren’t exposed as direct fields in the module like custom ones.
The workaround: you need to write them to the Notes field (as you’re seeing in the widget) or use Update a Person/Organization and include those fields in a properly structured payload using custom field keys or IDs.
— Another tip: sometimes you can access these via “Update Organization” instead of “Create,” where the full schema loads after you’ve already created the record.