Your software
My Mautic version is: v4.4.7
My PHP version is: 7.4.33
Your problem
Hi! I want to get via API events with linked campaigns of a contact. So, for events I call /api/contacts/activity
But there is no info about campaign to which event is attached.
As a result, I want to get smth like this:
<event_name1> , contactId , <campaign_name1> (ex., ‘Email sent’ event was triggered for campaign “Test campaign” for contactID “123456”)
Is it possible and how?