I can see “sent date” field in marketing email tab from UI!
But I am not able to see this field from API - http://api.hubapi.com/marketing-emails/v1/emails/with-statistics
API documentation - https://legacydocs.hubspot.com/docs/methods/cms_email/get-all-marketing-emails
I checked the published date field but for a specific event which sent date I can see in console is 18th march 6:05 PM UTC.
as 24 hour format it should be 18:05 ! but in published date value is different! other date fields also I checked, it’s not matching.
Hey @abisahu ,
For Marketing Emails, “publish date” is the date the edits are published to the email, but not that the email is sent.
If you’re looking for statistics for a marketing email, you can use the /marketing/v3/emails/statistics/histogram or /marketing/v3/emails/statistics/list endpoints and enter the date range for which you want the statistics.
Hi @DRebellon Thank you for sharing the details. But this doesn’t fulfil our requirement!
Above 2 mentioned API’s doesn’t send the email sent timestamp!
Our requirement is to fetch the “sent date” for marketing emails.