Show Notification
Posts a notification on this device, optionally with buttons and a reply field.
An action in the Notifications group.
Its type is action.notify.
Declared ports
Section titled “Declared ports”| Port | Label | Flow | Type |
|---|---|---|---|
in |
in | execution in | — |
out |
Carry on now | execution out | — |
resumed |
When answered | execution out | — |
text |
Text | data in | String |
buttons |
Buttons | data in | String |
progress |
Progress | data in | Int |
tag |
Tag | data in | String |
postedTag |
Posted as | data out | String |
button |
Button | data out | String |
index |
Index | data out | Int |
reply |
Reply | data out | String |
Configuration
Section titled “Configuration”| Field | Key | Default | Notes |
|---|---|---|---|
| Title | title |
Easymatic |
— |
| Text | text |
Workflow ran |
— |
| Buttons | buttons |
— | one per line |
| Reply field | replyField |
false |
— |
| Reply button | replyLabel |
Reply |
shown when replyField is true |
| Reply hint | replyHint |
— | shown when replyField is true |
| Disappear after (seconds) | timeoutSeconds |
0 |
— |
| Colour | accent |
SYSTEM |
SYSTEM, RED, ORANGE, AMBER, GREEN, TEAL, BLUE, VIOLET, PINK |
| Show a progress bar | showProgress |
false |
— |
| Progress | progress |
0 |
%, below 0 = busy; shown when showProgress is true |
| Keep until dismissed | ongoing |
false |
— |
| Tag | tag |
— | Used for manual deletion |