Skip to main content
POST
/
api
/
v1
/
email
/
drafts
/
{messageId}
/
approve
Approve an email draft
curl --request POST \
  --url https://prod.featherhq.com/api/v1/email/drafts/{messageId}/approve \
  --header 'X-API-Key: <api-key>'
{
  "message": {
    "id": "<string>",
    "threadId": "<string>",
    "status": "<string>"
  },
  "sent": true,
  "providerMessageId": "<string>"
}

Authorizations

X-API-Key
string
header
required

Path Parameters

messageId
string<uuid>
required

Response

Draft approved and sent

message
object
required
sent
boolean
required
providerMessageId
string