update

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

update v11.0.1

Updates the current call status

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

    The SID of the call you would like to update.

  • status
    value

    The new call status to be set.

  • twiml
    value

    The twiml to be executed on this call.

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

    SID of the call.

  • status
    value

    Status of the message.

  • call
    object

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

  • error code
    number
  • error
    value

A typical wiring for update: 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 update block: typical wiring for update.

Version history

Introduced in v11.0.1.


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