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.

In pins 5 + 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 name required
    value

    The phone number or name you 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
    value

    A custom message you would like the user to receive.

  • status webhook
    value

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

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; 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 sms Return to the group to view all blocks within this group