Zapier -Pipedrive - Mapping Phone Types (Home,Work,Mobile) Can it be done?

I have a separate column with the phone type, but I do not see a way to use that value to change the phone type.
Will pipedrive know what it means if I just try to shove it in the phone number with a comma? or just map them both in the same field?
Answers
-
Hello @LemNick,
I assume you are reffering to Zapier and creating contacts in Pipdrive through Zapier and want to customise the phone label based on the input data that contains the phone number and the label.
By default, it seems like Zapier doesn't allow you to map the label of the phone number, but as phone-label is a parameter supported in our Add a person API, you could make use of the custom API Request option to break down the phone number parameter to:
… ,"phone": [
{
"value": "<string>",
"primary": "<boolean>",
"label": "<string>"
},We hope this helps!
0