ac_get_custom_deal_fields {ractivecampaign} | R Documentation |
Retrieve Dictionary of Deal Custom Field
Description
Retrieve Dictionary of Deal Custom Field
Usage
ac_get_custom_deal_fields()
Value
tibble with deal custom fields metadata
Examples
## Not run:
Sys.setenv('ACTIVECAMPAGN_API_TOKEN' = "YOUR_TOKEN")
Sys.setenv('ACTIVECAMPAGN_API_URL' = "https://<your-account>.api-us1.com")
deal_fields <- ac_get_custom_deal_fields()
## End(Not run)
[Package ractivecampaign version 0.2.0 Index]