How we are using the HubSpot API
We’re using the HubSpot API to get click/open/send events on marketing emails sent since a given timestamp.
We use
What does the v1 suset mean for us?
How would we use the v3 API to achieve what we’re doing?
Getting campaigns that have activity after a given timestamp
Looking through the API docs, I can’t see a way of using the v3 API to get all campaigns that have activity after a given timestamp. I think the best we can do is to use
Getting campaign details
The v3 equivalent of email/public/v1/campaigns/{id} seems to be marketing/v3/campaigns/{campaignGuid} but this expects a guid rather than a numeric ID.
How do I obtain that guid?
Getting email events
There doesn’t seem to be a v3 equivalent of