v4

latestOpenAPI 3.1.0MIT2026-08-02128224900.7 KB
Emails

Send Draft

Send a draft email to specific recipients

post/emails/{id}/send-draft

Path parameters

idstring required

Request body

subscribersstring[] nullable

A list of subscriber ids to which to send the email.

recipientsstring[] nullable

A list of email addresses to send the email to.

Example request

{
  "subscribers": [
    "sub_01h8xg4j3k2m1n0p9q8r7s6t5v"
  ],
  "recipients": [
    "telemachus@buttondown.email"
  ]
}

Response

OK