ac_get_deal_stages {ractivecampaign} | R Documentation |
Stages are a way to group deals within a pipeline. A pipeline can have any number of stages within it and each stage can have any number of deals within it.
ac_get_deal_stages(title = NULL, d_groupid = NULL)
title |
Filter by deal stages' titles. Any stages whose titles partial-match the filter value are returned |
d_groupid |
Filter by pipeline's id |
tibble with dictionary of deal stages
## Not run:
Sys.setenv('ACTIVECAMPAGN_API_TOKEN' = "YOUR_TOKEN")
Sys.setenv('ACTIVECAMPAGN_API_URL' = "https://<your-account>.api-us1.com")
deal_stages <- ac_get_deal_stages()
## End(Not run)