---
title: "Create a new Transfer."
method: POST
path: "/v1/Interactions/{InteractionSid}/Channels/{ChannelSid}/Transfers"
tags: ["FlexV1InteractionTransfer"]
---

# Create a new Transfer.

`POST /v1/Interactions/{InteractionSid}/Channels/{ChannelSid}/Transfers`

Create a new Transfer.

## Path parameters

- `InteractionSid` string, required
- `ChannelSid` string, required

## Request body

- object

## Response `201`

Created

- FlexV1InteractionInteractionChannelInteractionTransfer
  - `sid` string, nullable — The unique string created by Twilio to identify an Interaction Transfer resource.
  - `instance_sid` string, nullable — The SID of the Instance associated with the Transfer.
  - `account_sid` string, nullable — The SID of the Account that created the Transfer.
  - `interaction_sid` string, nullable — The Interaction Sid for this channel.
  - `channel_sid` string, nullable — The Channel Sid for this Transfer.
  - `execution_sid` string, nullable — The Execution SID associated with the Transfer.
  - `type` 'warm' | 'cold' | 'external' — The type of the Transfer. Can be: `cold`, `warm`.
  - `status` 'active' | 'failed' | 'completed' — The status of the Transfer. Can be: `active`, `completed`, `failed`.
  - `from` string, nullable — The SID of the Participant initiating the Transfer.
  - `to` string, nullable — The SID of the Participant receiving the Transfer.
  - `note_sid` string, nullable — The SID of the Note associated with the Transfer.
  - `summary_sid` string, nullable — The SID of the Summary associated with the Transfer.
  - `date_created` string, date-time, nullable — The date and time when the Transfer was created.
  - `date_updated` string, date-time, nullable — The date and time when the Transfer was last updated.
  - `url` string, uri, 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)
