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 or reply to a whatsapp message. You can only start new conversations if the message matches a pre-approved whatsapp template.
- 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 required
valueThe number you would like to send message from, make sure this number is verified for whatsapp use.
- status webhook
valueAn optional HTTP/HTTPS endpoint to post the status to. Status changes include
queued,failed,sent,deliveredorundelivered. - actions
array<value>Custom Twilio-specific rich embeded actions like geo, see twilio whatsapp features.
- Content SID required
valueThe SID of the Content Template to be used with the Message
- Content Vars
valueKey-value pairs of Template variables and their substitution values
- 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; value feeds the content_sid 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 whatsapp Return to the group to view all blocks within this group
