Read email draft
org.intentschema.communication.email.draft.read.v1
JSON: bare · @sha256:3bf1e0bf9f79…
Hash: sha256:3bf1e0bf9f795bc63afac431942b2cf2ad54f61c3ba04b4e16ecc25522d893f1
Read a single draft by id.
Payload
| Field | Type | Description |
target * | Target (required: external_id) | |
Result
| Field | Type | Description |
external_id * | string | |
object | object | |
updated_at | string (date-time) | |
object
| Field | Type | Description |
to | string (email)[] | |
cc | string (email)[] | |
bcc | string (email)[] | |
subject | string | |
textBody | string | |
htmlBody | string | |
attachments | BlobRef[] | |
inReplyTo | string | |
Examples
get draft
{
"target": {
"system": "gmail",
"external_id": "draft_abc"
}
}
Profiles