View source: R/ac_get_deal_activities.R
| ac_get_deal_activities | R Documentation |
Retrieve all activies if deals
ac_get_deal_activities(deal_id)
deal_id |
IDs of deal |
tibble with deal activies
## Not run:
Sys.setenv('ACTIVECAMPAGN_API_TOKEN' = "YOUR_TOKEN")
Sys.setenv('ACTIVECAMPAGN_API_URL' = "https://<your-account>.api-us1.com")
c_deal_activies<- ac_get_deal_activities(c(11, 54, 67))
## End(Not run)
Add the following code to your website.
For more information on customizing the embed code, read Embedding Snippets.