ac_get_custom_contact_fields_values {ractivecampaign} | R Documentation |
Retrieve List of Contacts Custom Field Values
ac_get_custom_contact_fields_values(field_id = NULL, val = NULL)
field_id |
ID of the field the value belongs to. |
val |
Value of the custom field for a specific contact |
tibble with contacts field values
## Not run:
Sys.setenv('ACTIVECAMPAGN_API_TOKEN' = "YOUR_TOKEN")
Sys.setenv('ACTIVECAMPAGN_API_URL' = "https://<your-account>.api-us1.com")
contacts <- ac_get_custom_contact_fields_values()
## End(Not run)