Learn R Programming

ractivecampaign (version 0.6.0)

ac_get_custom_contact_fields: Retrieve Dictionary of Contacts Custom Fields

Description

Retrieve Dictionary of Contacts Custom Fields

Usage

ac_get_custom_contact_fields()

Arguments

Value

tibble with dictionary of contacts field metadata

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()
}

Run the code above in your browser using DataLab