get

This block is part of the twilio group and was last modified in core v11.0.0.

get v11.0.0

Get the current status and information from twilio regarding an existing message.

In pins 2 + flow
  • flow
    flow
  • connection required
    twilioconnection
  • sid required
    value

    The SID of the message you would like to receive.

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

    SID of the message.

  • status
    value

    Status of the message.

  • message
    object

    Full blown message object as-is given per twilio API.

  • error code
    number
  • error
    value

A typical wiring for get: a function trigger starts the flow; connection feeds the connection pin; value feeds the sid pin; the flow out pin feeds debug.

Studio canvas example for the get block: typical wiring for get.

Version history

Introduced in v11.0.0.


Back to twilio Return to the main group to view all sub-groups Back to messages Return to the group to view all blocks within this group