ac_get_custom_account_fields_values {ractivecampaign} | R Documentation |
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)
Arguments
customer_account_id |
Filter results by a specific account, see |
Value
tibble with account custom fields values
Examples
## Not run:
Sys.setenv('ACTIVECAMPAGN_API_TOKEN' = "YOUR_TOKEN")
Sys.setenv('ACTIVECAMPAGN_API_URL' = "https://<your-account>.api-us1.com")
contacts <- ac_get_custom_account_fields_values()
## End(Not run)
[Package ractivecampaign version 0.2.0 Index]