# Create a new Transfer. **POST /v1/Interactions/{InteractionSid}/Channels/{ChannelSid}/Transfers** Create a new Transfer. ## Servers - https://flex-api.twilio.com: https://flex-api.twilio.com () ## Authentication methods - Account sid auth token ## Parameters ### Path parameters - **InteractionSid** (string) The Interaction Sid for the Interaction - **ChannelSid** (string) The Channel Sid for the Channel. ### Body: application/json (object) object ## Responses ### 201 Created #### Headers - **Access-Control-Allow-Origin** (string) Specify the origin(s) allowed to access the resource - **Access-Control-Allow-Methods** (string) Specify the HTTP methods allowed when accessing the resource - **Access-Control-Allow-Headers** (string) Specify the headers allowed when accessing the resource - **Access-Control-Allow-Credentials** (boolean) Indicates whether the browser should include credentials - **Access-Control-Expose-Headers** (string) Headers exposed to the client #### Body: application/json (object) - **sid** (string | null) The unique string created by Twilio to identify an Interaction Transfer resource. - **instance_sid** (string | null) The SID of the Instance associated with the Transfer. - **account_sid** (string | null) The SID of the Account that created the Transfer. - **interaction_sid** (string | null) The Interaction Sid for this channel. - **channel_sid** (string | null) The Channel Sid for this Transfer. - **execution_sid** (string | null) The Execution SID associated with the Transfer. - **type** (string) The type of the Transfer. Can be: `cold`, `warm`. - **status** (string) The status of the Transfer. Can be: `active`, `completed`, `failed`. - **from** (string | null) The SID of the Participant initiating the Transfer. - **to** (string | null) The SID of the Participant receiving the Transfer. - **note_sid** (string | null) The SID of the Note associated with the Transfer. - **summary_sid** (string | null) The SID of the Summary associated with the Transfer. - **date_created** (string(date-time) | null) The date and time when the Transfer was created. - **date_updated** (string(date-time) | null) The date and time when the Transfer was last updated. - **url** (string(uri) | null) [Powered by Bump.sh](https://bump.sh)