Send SMS
Sends an SMS to a number with a body.
An action in the Notifications group.
Its type is action.send_sms.
Declared ports
Section titled “Declared ports”| Port | Label | Flow | Type |
|---|---|---|---|
in |
in | execution in | — |
out |
out | execution out | — |
to |
To | data in | String |
body |
Body | data in | String |
state |
state | data out | Object{to: String, body: String, sent: Boolean} |
Configuration
Section titled “Configuration”| Field | Key | Default | Notes |
|---|---|---|---|
| To | to |
— | — |
| Body | body |
— | — |
- permission to send texts
A missing permission is flagged in the editor rather than blocking the macro — the graph is fine, the phone is not, and granting it starts the node working with no edit here at all.