get_deal_pipelines: Retrieve available pipelines for deals

Description Usage Arguments Details Value

View source: R/deal_pipelines-deprecated.R

Description

Soon to be deprecated! Use hs_deal_pipelines_raw().

Usage

1
2
3
4
5
get_deal_pipelines(
  token_path = hubspot_token_get(),
  apikey = hubspot_key_get(),
  include_inactive = "EXCLUDE_DELETED"
)

Arguments

token_path

Path to OAuth 2.0 token. See hubspot_token_create().

apikey

API key to work with Hubspot (only used if token_path is NULL). See hubspot_key_set().

include_inactive

Should inactive entities be returned

Details

Inactive pipelines are defined as deleted pipelines.

Value

List with deal pipeline data


lockedata/hubspot documentation built on March 1, 2020, 8:54 p.m.