send message
This block is part of the twilio group and was last modified in core v11.0.0.
send message v11.0.0 Send a regular SMS using twilio.
- flow
flow - connection required
twilioconnection - to required
valueThe mobile number you would like to send a message to, make sure it starts with +{int. number}
- from name required
valueThe
phone numberornameyou would like to send message from, make sure this number is verified at twilio. Alphanumeric Sender ID can be used if enabled within your Twilio account. - message required
valueA custom message you would like the user to receive.
- status webhook
valueAn optional HTTP/HTTPS endpoint to post the status to. Status changes include
queued,failed,sent,deliveredorundelivered.
- flow
flow - connection
twilioconnection - success
condition - sid
valueSID of the message.
- status
valueStatus of the message.
- error code
number - error
value
A typical wiring for send message: a function trigger starts the flow; connection feeds the connection pin; value feeds the to pin; value feeds the from pin; value feeds the message pin; the flow out pin feeds debug.

Version history
Introduced in v11.0.0.
Back to
twilio Return to the main group to view all sub-groups Back to sms Return to the group to view all blocks within this group
