Service widget for sending mail notifications and alert summaries.
At a glance
Behavior
Firmware contract
Use sparingly for alarms, reports and non-realtime notifications.
On the app side this widget snaps to the 8-column square grid and uses none resizing. Its raw type is EMAIL and the matching icon token in the app is envelope.fill.
Pin support: No direct pin interaction from the UI widget itself.
Transmission: Server-side email action using to/subject/body style payload fields or Eventor mail actions.
Canvas preview
Widget contract
| Property | Value |
|---|---|
| Raw type | |
| Default size | 2 x 2 |
| Minimum size | 2 x 2 |
| Resize mode | none |
| Pin requirement | optional / infrastructure |
| Pin support | No direct pin interaction from the UI widget itself. |
| Interactive | read-only / service |
| Transmission | Server-side email action using to/subject/body style payload fields or Eventor mail actions. |
Allowed pin families
No direct pin interaction from the UI widget itself.
Transport path
Server-side email action using to/subject/body style payload fields or Eventor mail actions.
Operational limits
Server rejects empty or malformed to/subj payloads
Service authority boundary
Email is backend-mediated. The widget is only the authoring/trigger surface for a message action that should be logged and permission-checked.
Who validates it: backend / project policy / dashboard grants.
What the board sees: the resulting write, notification or text payload, not the visual tile itself.
Configuration surface
Limits and caveats
Protocol and implementation notes
Layout notes
Canvas footprint
2 x 2
Default footprint in the Plynx canvas before user resizing.
Resize floor
2 x 2
The minimum size accepted by the app during drag-resize.
Interaction model
Display
Whether the user edits state directly or only reads it.
Notification
Service widget that emits push notifications rather than rendering UI on the canvas.
RTC
Background time-sync widget that exposes server time to firmware logic.
Bridge
Background bridge for writing pins on another device or token context.
Webhook
Non-visual automation widget for relaying events to external HTTP endpoints.