Fastmail draft create profile
org.intentschema.communication.email.draft.create.v1@com.fastmail.v1
JSON: bare · @sha256:9468f82e09e8…
Hash: sha256:9468f82e09e8cafae4c6e356c81b244f136526cd244d0b2a56f7f1492b363593
Fastmail JMAP profile for draft create.
Implements: Create email draft (org.intentschema.communication.email.draft.create.v1)
Payload
| Field | Type | Description |
target * | Target | (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 | Optional message id this draft is in reply to. |
Result
| Field | Type | Description |
external_id * | string | Provider draft id. |
created_at | string (date-time) | |
API mapping
Field mapping
| Intent field | API parameter |
target.external_id | Email/set create |
object.to | to[].email |
object.subject | subject |
object.textBody | textBody[].value |
(implicit) | keywords.$draft: true, mailboxIds: Drafts |