v50

latestOpenAPI 3.0.1Apache 2.0raw.githubusercontent.com2026-04-147365503.5 KB
FlexV1InteractionTransfer

Create a new Transfer.

Create a new Transfer.

post/v1/Interactions/{InteractionSid}/Channels/{ChannelSid}/Transfers

Path parameters

InteractionSidstring required

The Interaction Sid for the Interaction

ChannelSidstring required

The Channel Sid for the Channel.

Request body

object required

Response

Created

sidstring nullable

The unique string created by Twilio to identify an Interaction Transfer resource.

instance_sidstring nullable

The SID of the Instance associated with the Transfer.

account_sidstring nullable

The SID of the Account that created the Transfer.

interaction_sidstring nullable

The Interaction Sid for this channel.

channel_sidstring nullable

The Channel Sid for this Transfer.

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

fromstring nullable

The SID of the Participant initiating the Transfer.

tostring nullable

The SID of the Participant receiving the Transfer.

note_sidstring nullable

The SID of the Note associated with the Transfer.

summary_sidstring nullable

The SID of the Summary associated with the Transfer.

date_createdstring date-time nullable

The date and time when the Transfer was created.

date_updatedstring date-time nullable

The date and time when the Transfer was last updated.

urlstring uri nullable