In Contact, on the right side of the screen there’s a section for Recent Activities.
What API Call can I make to get those data, specifically, the activity type such as " Campaign Opened
Contact opened campaign 1234"
1 Like
Unfortunately I don’t believe there is a simple API call for that. I know exactly what you are trying to do and have encountered a lot of frustration attempting to get a seemingly simple data point. Others have requested in other threads for more “data pipeline” API endpoints but that does not seem to be a high priority for ActiveCampaign. Hopefully that changes.
-
You can retrieve Campaign Opens, by using the v1 api. More information here: Dedicated Endpoint to Retrieve Contact Opens per Campaign
-
A Contacts Activities and Events can be found in detail, using the v2 api. More information here: Retrieving event data from API
1 Like