apollo.getEmailStats gets complete sequence-email content and engagement counters.
automations/get-apollo-email-stats.automation.ts
ApolloEmail, including opens, clicks, reply, bounce, and delivery fields when Apollo reports them.
Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get content and engagement stats for an Apollo sequence email.
apollo.getEmailStats gets complete sequence-email content and engagement counters.
import { automation, onDashboardRun } from "automate.ax"
import { apollo } from "automate.ax/apollo"
export default automation("Inspect email engagement", () => {
onDashboardRun({ title: "Inspect email engagement" })
apollo.getEmailStats({ emailId: "66f1..." })
})
ApolloEmail, including opens, clicks, reply, bounce, and delivery fields when Apollo reports them.