ac_get_deal_piplines: Retrieve all existing pipelines

Description Usage Arguments Value Examples

View source: R/ac_get_deal_piplines.R

Description

Retrieve all existing pipelines

Usage

1
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

1
2
3
4
5
6
7
## 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)

ractivecampaign documentation built on Nov. 12, 2021, 5:07 p.m.