Route
id | email.draft.v1 |
object_type | email |
delivery_modes | mailto |
Voice examples
- Create an email to paul@test.com with the title test and the message says hello this is a test
- Email paul@test.com, subject is project update and the email contains I will send it today
Mail draft mailto
automatic_create | Not supported / requires user confirmation |
setup | Pro, Enabled in Settings, Configured iOS Mail account |
Writable fields
| Field | Behavior |
|---|
recipient | Required. Written to the mailto path. |
subject | Required. Written to the subject query item. |
body | Required. Written to the body query item. |
Planned / unsupported fields
| Field | Reason |
|---|
cc | Not currently captured/written. |
bcc | Not currently captured/written. |
attachments | Not supported through current mailto draft path. |
send later | Not 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"
]
}