Skip to content

Commit

Permalink
Fixing transfer
Browse files Browse the repository at this point in the history
  • Loading branch information
lylepratt committed Oct 1, 2024
1 parent cb9b8e2 commit 51ae961
Showing 1 changed file with 8 additions and 4 deletions.
12 changes: 8 additions & 4 deletions functions/call-transfer.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -29,16 +29,20 @@ Valid US phone numbers are supported, as well as usernames of other Vida AI agen

You can also tell your agent to route a call to you, and by default it will route to the Vida mobile app if no other destination is provided.

## Special Features

You can tell your agent to speak information after a Transferred call successfully connects. This is useful if you are transfering to a customer support live agent and you want to summarize the information collected on the call with the Agent. You can simply ask your agent to use the `transferNotification` attribute to speak whatever information it has to the transferred caller.

### Example Instructions

Here is an example of how you might configure a call transfer action:

```plaintext
- **Condition**: For sales inquiries.
- **Destination**: Transfer to Jim at +15125551234.
For sales inquiries, Transfer to Jim at +15125551234.
For support escalations, Transfer to the support team at +17375551234,,,,3.
- **Condition**: For support escalations.
- **Destination**: Transfer to the support team at +17375551234,,,,3.
Important: Please include a summary of the problem to the transferred destination using the Transfer Notification attribute.
```

## Use Cases
Expand Down

0 comments on commit 51ae961

Please sign in to comment.