Skip to main content
POST
/
api
/
email-drafts
/
{draft_id}
/
send
Send a draft
curl --request POST \
  --url https://api.morphic.io/api/email-drafts/{draft_id}/send \
  --header 'X-API-Key: <api-key>'
{
  "detail": [
    {
      "loc": [
        "<string>"
      ],
      "msg": "<string>",
      "type": "<string>"
    }
  ]
}

Authorizations

X-API-Key
string
header
required

API key (sk_xxx) from Developer Settings. No X-Account-ID needed.

Headers

x-account-id
string | null

Path Parameters

draft_id
string<uuid>
required

Response

Successful Response