---
title: "update · RUAL Documentation"
description: "Updates the current call status"
canonical: https://docs.rual.nl/block-types/twilio/twilioconnection_calls_update
language: en
---

# update

This block is part of the [`twilio`](https://docs.rual.nl/block-types/twilio) group and was last modified in core [`v11.0.1`](https://docs.rual.nl/core-versions/110001).

Updates the current call status

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

- 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](https://docs.rual.nl/block-types/twilio/twilioconnection_calls_update): a [function trigger](https://docs.rual.nl/block-types/globals/trigger_custom_function) starts the flow; [connection](https://docs.rual.nl/block-types/twilio/function_create_twilioconnection) feeds the `connection` pin; [value](https://docs.rual.nl/block-types/value/value_default) feeds the `sid` pin; the `flow` out pin feeds [debug](https://docs.rual.nl/block-types/state%20ui/state_debug).

![Studio canvas example for the update block: typical wiring for update.](https://docs.rual.nl/canvas-examples/twilioconnection_calls_update.png)

### Version history

Introduced in [`v11.0.1`](https://docs.rual.nl/core-versions/110001).
