No Credit Cost
This endpoint doesn't consume Apollo credits. Learn more about API pricing and credits.
Use the Send Email Now endpoint to immediately send an existing email message.This works for emails that are currently in a drafted, scheduled, or failed state. Apollo schedules the email to be sent right away and processes it asynchronously.
To first create an email draft, use the Create an Email Draft endpoint and pass the returned id to this endpoint.
The email is sent from the user that owns the API key. That user must have a linked email account on the message, must have permission to send from that email account, and must have permission to email the contact. The contact must also not be blocked by any do not contact settings, and the user must not have exceeded their daily email sending limit.
Because sending is processed asynchronously, a successful 200 response means the email has been queued for sending — not that it's been delivered. To check whether the email was delivered, poll the Check Email Send Status endpoint using the message id.
This endpoint returns the emailer_message object. If the message is linked to an outreach task, a task object is also returned.