Send email draft

org.intentschema.communication.email.draft.send.v1

JSON: bare · @sha256:3f452e7a56aa…
Hash: sha256:3f452e7a56aa17fb9257bcaf5ad470f54112a3681611a6fc141a9263edfa2f91

Convert an existing draft into a sent message. The draft is consumed and a message id is returned.

Payload

FieldTypeDescription
target *Target (required: external_id)
idempotency_keystring

Result

FieldTypeDescription
external_id *stringProvider message id (the new message that was sent).
thread_idstring
sent_at *string (date-time)

Examples

send draft

{
  "target": {
    "system": "gmail",
    "external_id": "draft_abc"
  }
}

Profiles