powered by
Retrieve List of Contacts Custom Field Values
ac_get_custom_contact_fields_values(field_id = NULL, val = NULL)
tibble with contacts field values
ID of the field the value belongs to.
Value of the custom field for a specific contact
if (FALSE) { Sys.setenv('ACTIVECAMPAGN_API_TOKEN' = "YOUR_TOKEN") Sys.setenv('ACTIVECAMPAGN_API_URL' = "https://.api-us1.com") contacts <- ac_get_custom_contact_fields_values() }
Run the code above in your browser using DataLab