Send Email Now

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.

Path Params
string
required

The Apollo ID of the email message to send. This is the id returned when you create an email draft.

Example: 66e8cc45028aed019c25d724

Body Params
string

Optional. The surface within Apollo that the send is initiated from. Used for internal attribution and analytics.

Example: emails

Headers
string
enum
Defaults to application/json

Generated from available response content types

Allowed:
Responses

Language
Credentials
LoadingLoading…
Response
Click Try It! to start a request and see the response here! Or choose an example:
application/json
text/plain