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.

In pins 7 + flow
  • flow
    flow
  • connection required
    twilioconnection
  • to required
    value

    The mobile number you would like to send a message to, make sure it starts with +{int. number}

  • from required
    value

    The number you would like to send message from, make sure this number is verified for whatsapp use.

  • status webhook
    value

    An optional HTTP/HTTPS endpoint to post the status to. Status changes include queued, failed, sent, delivered or undelivered.

  • actions
    array<value>

    Custom Twilio-specific rich embeded actions like geo, see twilio whatsapp features.

  • Content SID required
    value

    The SID of the Content Template to be used with the Message

  • Content Vars
    value

    Key-value pairs of Template variables and their substitution values

Out pins 6 + flow
  • flow
    flow
  • connection
    twilioconnection
  • success
    condition
  • sid
    value

    SID of the message.

  • status
    value

    Status 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.

Studio canvas example for the send message block: typical wiring for send message.

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