Hello Team,
I want to add Custom Field using Custom field id
We are using below code when custom field name:
$contact = new Infusionsoft_Contact(’$id’);
$contact->FirstName = ‘John Boy’;
$contact->LastName = ‘Walton’;
$contact->_Message = ‘Walton’;
$contact->save();
Please Give me suggestion,
Thanks