ac_get_deal_stages {ractivecampaign}R Documentation

Get Stage of Deals

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

ac_get_deal_stages(title = NULL, d_groupid = NULL)

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

## 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)

[Package ractivecampaign version 0.2.0 Index]