Assigning custom field to person

How do you assign a custom field value to a person? The custom fields are already created within person but I don’t know how to create a person and assign values to the custom fields.

1 Like

Hey,

did part is really not well documented and I was struggling with it myself. Found the solution somewhere in this forum and it looks like this:

{
“name”: “Karen”,
“custom_field_key”: “value”
}

when you add a new person. You can get the key’s with a GET request here https://developers.pipedrive.com/docs/api/v1/#!/PersonFields/get_personFields and it looks something like this: 911b095ace4153ea826f2c118187f47ac11b62bc

1 Like

Thanks for your input chnbz.
Yes, it’s not well documented. I’ll give your method a go.

1 Like