---
title: "Update an existing Interaction Channel."
method: POST
path: "/v1/Interactions/{InteractionSid}/Channels/{Sid}"
tags: ["FlexV1InteractionChannel"]
---

# Update an existing Interaction Channel.

`POST /v1/Interactions/{InteractionSid}/Channels/{Sid}`

Update an existing Interaction Channel.

## Path parameters

- `InteractionSid` string, required
- `Sid` string, required

## Response `200`

OK

- FlexV1InteractionInteractionChannel
  - `sid` string, nullable — The unique string created by Twilio to identify an Interaction Channel resource, prefixed with UO.
  - `interaction_sid` string, nullable — The unique string created by Twilio to identify an Interaction resource, prefixed with KD.
  - `type` 'voice' | 'sms' | 'email' | 'web' | 'whatsapp' | 'chat' | 'messenger' | 'gbm' — The Interaction Channel's type. Can be: `sms`, `email`, `chat`, `whatsapp`, `web`, `messenger`, or `gbm`. **Note:** These can be different from the task channel type specified in the Routing attributes. Task channel type corresponds to channel capacity while this channel type is the actual media type
  - `status` 'setup' | 'active' | 'failed' | 'closed' | 'inactive' | 'pause' | 'transfer' — The status of this channel.
  - `error_code` integer, nullable — The Twilio error code for a failed channel.
  - `error_message` string, nullable — The error message for a failed channel.
  - `url` string, uri, nullable
  - `links` object, nullable

---

[API](https://skmtc.net/twilio/apis/twilio-flex.md) · [All operations](https://skmtc.net/twilio/apis/twilio-flex/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/twilio/twilio-flex/revisions/ea1db919b6cc/schema)
