powered by
Retrieve all activies if deals
ac_get_deal_activities(deal_id)
tibble with deal activies
IDs of deal
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