Integration brief

Email

Mail draft creation through mailto. Afterthought does not send the email automatically.

Route

idemail.draft.v1
object_typeemail
delivery_modesmailto

Voice examples

Mail draft mailto

automatic_createNot supported / requires user confirmation
setupPro, Enabled in Settings, Configured iOS Mail account

Writable fields

FieldBehavior
recipientRequired. Written to the mailto path.
subjectRequired. Written to the subject query item.
bodyRequired. Written to the body query item.

Planned / unsupported fields

FieldReason
ccNot currently captured/written.
bccNot currently captured/written.
attachmentsNot supported through current mailto draft path.
send laterNot supported.

Adapter payload

{
  "url": "mailto:{recipient}?subject={subject}&body={body}"
}

Generated schema summary

{
  "id": "email.draft.v1",
  "app": "Email",
  "object_type": "email",
  "delivery_modes": [
    "mailto"
  ],
  "writable_fields": [
    "recipient",
    "subject",
    "body"
  ]
}