Skip to content
Merged
Show file tree
Hide file tree
Changes from all commits
Commits
File filter

Filter by extension

Filter by extension

Conversations
Failed to load comments.
Loading
Jump to
Jump to file
Failed to load files.
Loading
Diff view
Diff view
15 changes: 0 additions & 15 deletions fern/calls/call-dynamic-transfers.mdx
Original file line number Diff line number Diff line change
Expand Up @@ -67,21 +67,6 @@ Your server should respond with either a valid `destination` or an `error` to in

### Transfer Destination Request Response Payload

#### Assistant Destination

```json
{
"destination": {
"type": "assistant",
"message": "Connecting you to our support assistant.",
"assistantName": "SupportAssistant",
"transferMode": "rolling-history"
}
}
```

Transfers the call to another assistant, specifying how the conversation history should be handled.

#### Number Destination

```json
Expand Down
Loading
Loading