Learn R Programming

ractivecampaign (version 0.6.0)

ac_get_deal_activities: Retrieve all activies if deals

Description

Retrieve all activies if deals

Usage

ac_get_deal_activities(deal_id)

Value

tibble with deal activies

Arguments

deal_id

IDs of deal

Examples

Run this code
if (FALSE) {
Sys.setenv('ACTIVECAMPAGN_API_TOKEN' = "YOUR_TOKEN")
Sys.setenv('ACTIVECAMPAGN_API_URL' = "https://.api-us1.com")

c_deal_activies<- ac_get_deal_activities(c(11, 54, 67))
}

Run the code above in your browser using DataLab