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

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
No planned fields listed.

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"
  ]
}