ac_get_custom_contact_fields_values: Retrieve List of Contacts Custom Field Values

Description Usage Arguments Value Examples

View source: R/ac_get_custom_contact_fields_values.R

Description

Retrieve List of Contacts Custom Field Values

Usage

1

Arguments

field_id

ID of the field the value belongs to.

val

Value of the custom field for a specific contact

Value

tibble with contacts field values

Examples

1
2
3
4
5
6
7
## 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)

ractivecampaign documentation built on Nov. 12, 2021, 5:07 p.m.