No Credit Cost
This endpoint doesn't consume Apollo credits. Learn more about API pricing and credits.
Use the Create an Email Draft endpoint to create a single, unsent email message (an email draft) for a contact. The draft is created with a drafted status — this endpoint doesn't send the email.
To send the draft after creating it, call the Send Email Now endpoint with the id returned in the response.
You must provide a contact_id so Apollo knows who the email is for. Alternatively, to draft a reply within an existing email thread, provide in_response_to_emailer_message_id instead and Apollo infers the contact and recipients from the parent message.
The email is drafted from the user that owns the API key. That user must have permission to email the contact (like by owning the contact or its account), and the contact must not be blocked by any do not contact settings.
This endpoint returns the created emailer_message object. If the draft is linked to an outreach task, a task object is also returned.