post
https://api.apollo.io/api/v1/emailer_messages/email_send_status
No Credit Cost
This endpoint doesn't consume Apollo credits. Learn more about API pricing and credits.
Use the Check Email Send Status endpoint to check the current delivery status of an email message. This is typically used after calling the Send Email Now endpoint, since emails are sent asynchronously and a successful send response only means the email was queued.
You must provide the id of the email message. The message must belong to your team, otherwise a 404 is returned.
The response always includes the message id, its current status, and a human-readable message. The remaining fields depend on the status:
- If the email was delivered (
completed), acompleted_attimestamp is included. - If the email failed (
failed), anot_sent_reason,failure_reason, andfailed_attimestamp may be included. - If the email is still being processed (like
draftedorscheduled), aretry_after_secondsvalue is included to indicate how long to wait before checking again.