Read email draft

org.intentschema.communication.email.draft.read.v1

JSON: bare · @sha256:3bf1e0bf9f79…
Hash: sha256:3bf1e0bf9f795bc63afac431942b2cf2ad54f61c3ba04b4e16ecc25522d893f1

Read a single draft by id.

Payload

FieldTypeDescription
target *Target (required: external_id)

Result

FieldTypeDescription
external_id *string
objectobject
updated_atstring (date-time)
object
FieldTypeDescription
tostring (email)[]
ccstring (email)[]
bccstring (email)[]
subjectstring
textBodystring
htmlBodystring
attachmentsBlobRef[]
inReplyTostring

Examples

get draft

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

Profiles