We are trying to create new Contact with APIv3 .Contact has some custom fields like Name.
Need to make two API calls one to create contact and another one to add custom field value.
Is there any way in one API call we can create Contact aswell with custom field Name.
Similarly, If we need to add the contact to some predefined list need to make another Rest call.
Can we do all together in one call createContact+add customField value + assign contact to list.
Thank you, @srosamac3, for bringing this to our attention. We are editing the documentation now to better reflect the need to use the custom field’s id.