# `Twilio.Flex.V1.Interaction.Channel.InteractionTransferService`
[🔗](https://github.com/jeffhuen/twilio_elixir/blob/main/lib/twilio/flex/v1/interaction/channel/interaction_transfer_service.ex#L2)

Service for InteractionTransfer API operations.

Operations: `create`, `fetch`, `update`

# `create`

```elixir
@spec create(Twilio.Client.t(), String.t(), String.t(), map(), keyword()) ::
  {:ok, Twilio.Resources.Flex.V1.Interaction.Channel.InteractionTransfer.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}
```

Create a new Transfer.

Operation: `CreateInteractionTransfer` | Tags: FlexV1InteractionTransfer

# `fetch`

```elixir
@spec fetch(Twilio.Client.t(), String.t(), String.t(), String.t(), keyword()) ::
  {:ok, Twilio.Resources.Flex.V1.Interaction.Channel.InteractionTransfer.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}
```

Fetch a specific Transfer by SID.

Operation: `FetchInteractionTransfer` | Tags: FlexV1InteractionTransfer

# `update`

```elixir
@spec update(Twilio.Client.t(), String.t(), String.t(), String.t(), map(), keyword()) ::
  {:ok, Twilio.Resources.Flex.V1.Interaction.Channel.InteractionTransfer.t()}
  | {:ok, map(), map()}
  | :ok
  | {:error, Twilio.Error.t()}
```

Update an existing Transfer.

Operation: `UpdateInteractionTransfer` | Tags: FlexV1InteractionTransfer

---

*Consult [api-reference.md](api-reference.md) for complete listing*
