Domain Ontology Reference
Auto-generated documentation from YAML ontology definition files.
Table of Contents
<a name="email"></a>
The email domain defines transport-specific email events and payload schemas (headers, addressing, body, attachments, flags).
<a name="emailreceived100"></a>
email.received@1.0.0
Emitted when an inbound email is received or synchronized from an IMAP server.
Properties
| Property | Type | Required | Description |
|---|---|---|---|
messageId | string | No | RFC 822 Message-ID header. |
from | string | Yes | - |
to | any | No | - |
cc | any | No | - |
bcc | any | No | - |
subject | string | No | - |
date | number | No | - |
inReplyTo | string | No | - |
references | array | No | - |
text | string | No | - |
html | string | No | - |
attachments | array | No | - |
headers | object | No | - |
folder | string | No | - |
uid | number | No | - |
flags | array | No | - |
<a name="emailsent100"></a>
email.sent@1.0.0
Emitted when an outbound email is dispatched via SMTP.
Properties
| Property | Type | Required | Description |
|---|---|---|---|
messageId | string | No | - |
from | string | Yes | - |
to | any | No | - |
cc | any | No | - |
bcc | any | No | - |
subject | string | No | - |
text | string | No | - |
html | string | No | - |
inReplyTo | string | No | - |
references | array | No | - |
attachments | array | No | - |
<a name="emailsyncrequested100"></a>
email.sync.requested@1.0.0
Emitted to trigger an on-demand IMAP synchronization pass for a specified folder.
Properties
| Property | Type | Required | Description |
|---|---|---|---|
folder | string | No | - |
sinceUid | number | No | - |
limit | number | No | - |