Learn R Programming

ractivecampaign (version 0.6.0)

ac_get_custom_account_fields_values: Retrieve List of Account Custom Field Values

Description

Retrieve List of Account Custom Field Values

Usage

ac_get_custom_account_fields_values(customer_account_id = NULL)

Value

tibble with account custom fields values

Arguments

customer_account_id

Filter results by a specific account, see ac_get_accounts

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

Run the code above in your browser using DataLab