Learn R Programming

ractivecampaign (version 0.6.0)

ac_get_custom_contact_fields_values: Retrieve List of Contacts Custom Field Values

Description

Retrieve List of Contacts Custom Field Values

Usage

ac_get_custom_contact_fields_values(field_id = NULL, val = NULL)

Value

tibble with contacts field values

Arguments

field_id

ID of the field the value belongs to.

val

Value of the custom field for a specific contact

Examples

Run this code
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