Learn R Programming

ractivecampaign (version 0.6.0)

ac_get_custom_account_fields: Retrieve Dictionary of Account Custom Field

Description

Retrieve Dictionary of Account Custom Field

Usage

ac_get_custom_account_fields()

Arguments

Value

tibble with account custom field dictionary

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

Run the code above in your browser using DataLab