ac_get_deal_stages: Get Stage of Deals

Description Usage Arguments Value Examples

View source: R/ac_get_deal_stages.R

Description

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.

Usage

1

Arguments

title

Filter by deal stages' titles. Any stages whose titles partial-match the filter value are returned

d_groupid

Filter by pipeline's id

Value

tibble with dictionary of deal stages

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_stages <- ac_get_deal_stages()

## End(Not run)

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