APIs & Integrations

matt136
Member

Job Title Field when Creating Contact?

Hello,

I can’t see that it’s possible to add a Job Title to a contact when creating a contact with the API. Can anybody help me work this one out? Seems like an oversight, or I’m possibly being ignorant and blind. Thank you.

Here’s the relevant URL:

0 Upvotes
2 Replies 2
andrewb1
Member

Job Title Field when Creating Contact?

Hi Matt,

This is entirely possible to do.

If you go to Contacts > select a contact > Customize Properties you will see the Job Title field. Click Job Title and you will see the internal name is jobtitle

So if you add

{“property”:“jobtitle”,“value”:“window cleaner”}

into your JSON payload for that endpoint, it will work.

matt136
Member

Job Title Field when Creating Contact?

Hi Andrew,

Great, I’ll take a look. Thanks for your help.

0 Upvotes