Hi everybody,
I’m new to Active Campaign and try to setup API v3 calls from my website to AC to create and update contacts. I succeeded in creating and updating contacts and some custom fields but I can’t figure out how to update custom fields that are of the checkbox or select type. It seems that I need the FieldOption id, but how does the structure of the JSON look like to achieve this? I can’t find this case in the documentation.
To update a custom field value that is a checkbox you’ll want to use the api/3/fieldValues/id endpoint.
This is a bit difficult to find in the documentation, so I’ll include a screenshot showing you how to find it since there is no way to link directly there. First, here are two examples of updating custom field values that are checkbox type. The first example would be for multiple selections, and the second for a single selection: