Fastmail draft update profile
org.intentschema.communication.email.draft.update.v1@com.fastmail.v1
JSON: bare · @sha256:4bcb85bde65f…
Hash: sha256:4bcb85bde65fd0203de86025c73199680fa716338027c68cf50fd8c3dc6dcafc
Fastmail JMAP profile for draft update.
Implements: Update email draft (org.intentschema.communication.email.draft.update.v1)
Payload
| Field | Type | Description |
target * | Target (required: external_id) | (system = "fastmail", required: system) |
object * | object | |
idempotency_key | string | |
object
| Field | Type | Description |
from | string (email)[] | |
to | string (email)[] | |
cc | string (email)[] | |
bcc | string (email)[] | |
subject | string | |
textBody | string | |
htmlBody | string | |
attachments | BlobRef[] | |
inReplyTo | string | |
Result
| Field | Type | Description |
external_id | string | |
updated_at | string (date-time) | |
API mapping
Field mapping
| Intent field | API parameter |
target.external_id | Email/set update/{id} |
object.to | to[].email |
object.subject | subject |
object.textBody | textBody[].value |
(implicit) | keywords.$draft: true, mailboxIds: Drafts |