I’m working with an extract of Active Campaign data (Fivetran) where the resulting tables loosely mirror the AC docs at developers.activecampaign/reference
I’m seeking send level data at the contact_id level. I cannot see an entity that looks like ‘sends’.
How would one retreive from the API data with: contact_id | automation name | campaign name | send_time`?
Automation emails are actually sent as campaigns under the hood, which is why they all show up in the messages endpoint. There’s no separate “automation sends” - it’s all in messages/campaigns.