ac_get_deal_piplines {ractivecampaign} | R Documentation |
Retrieve all existing pipelines
Description
Retrieve all existing pipelines
Usage
ac_get_deal_piplines(title = NULL, have_stages = NULL)
Arguments
title |
Filter by pipeline's title. The filter matches any pipeline titles that contain the provided title (i.e. "Contact" matches all of "In Contact", "To Contact", and "Contact Pipeline"). |
have_stages |
Filter by whether pipelines have deal stages. Can be either 1 or 0. If 1, only pipelines with at least one stage will be returned. |
Value
tibble with pipline dictionary
Examples
## Not run:
Sys.setenv('ACTIVECAMPAGN_API_TOKEN' = "YOUR_TOKEN")
Sys.setenv('ACTIVECAMPAGN_API_URL' = "https://<your-account>.api-us1.com")
deal_piplines <- ac_get_deal_piplines()
## End(Not run)
[Package ractivecampaign version 0.2.0 Index]