apollo.getEmailSendStatus gets the asynchronous send state for one email.
automations/get-apollo-email-send-status.automation.ts
id, status, provider message, and optional completion, failure, not-sent, and retry fields.Documentation Index
Fetch the complete documentation index at: /llms.txt
Use this file to discover all available pages before exploring further.
Get delivery state for an Apollo email.
apollo.getEmailSendStatus gets the asynchronous send state for one email.
import { automation, onDashboardRun } from "automate.ax"
import { apollo } from "automate.ax/apollo"
export default automation("Check email status", () => {
onDashboardRun({ title: "Check email status" })
apollo.getEmailSendStatus({ emailId: "66f1..." })
})
id, status, provider message, and optional completion, failure, not-sent, and retry fields.