I’m using the PHP SDK, using the REST api. I can get a contact created, but I can’t figure out how to add any info to any of my contact custom fields. I have tried a couple of different things based on different examples that I’ve seen, and nothing I have tried has worked yet:
[custom_fields] => Array
(
[0] => Array
(
[_FormEditUrl] => http://www.awesome.com
)
)
Or:
[custom_fields] => Array
(
[0] => Array
(
[content] => http://www.awesome.com
[id] => 1
)
)
Hoping someone can point me in the right direction here. The custom field I have is named: “Form Edit Url”, and in the Infusionsoft admin when I click on the “View the field database names (for the API)” link, it tells me that the “Database Name” for that field is “FormEditUrl”.
Nothing seems to work.