Skip to main content
POST
/
drafts
/
{id}
/
send
cURL
curl --request POST \
  --url https://api.sentvia.ai/v1/drafts/{id}/send \
  --header 'Authorization: Bearer <token>'
{
  "id": "<string>",
  "thread_id": "<string>",
  "message_id": "<string>",
  "ses_message_id": "<string>",
  "idempotent": true
}

Authorizations

Authorization
string
header
required

Bearer authentication header of the form Bearer <token>, where <token> is your auth token.

Path Parameters

id
string
required

Response

201 - application/json

Sent

id
string
thread_id
string
message_id
string
ses_message_id
string
idempotent
boolean