How to reference Custom Fields under a heading through the API

Hi there - this is probably a basic question

I have a Header called ABC Custom Fields. Under this there are custom fields. I want to know how to reference these custom fields through the API - or indeed if it is possible?

Thanks

Richard

It is! If you look at the Admin → Settings → Contact fields where those custom fields are defined, I believe at the bottom of the screen you’ll find a link to display API field names. Use those names to reference the fields through the API.

You can work with and retrieve values from Custom Fields via both the Legacy XMLRPC API and the REST API:
https://developer.infusionsoft.com/docs/xml-rpc/#data-create-a-custom-field
https://developer.infusionsoft.com/docs/rest/#!/Contact/createCustomFieldUsingPOST

1 Like