I am trying to get the alphanumeric value of my CRMs (pipedrive) custom field.
Pipedrive assigns a hash to a custom field and the values they send are numeric in the webhook as opposed to the alphanumeric value that was created for them.
You can use a webhook to look up the key pairs with an api call which returns the following.
I know the ID but I need to return the label value using the code zap and i’m not sure how to do this.
Thanks