docs: add warm transfer examples for control URL#895
Open
vapi-tasker[bot] wants to merge 1 commit intomainfrom
Open
docs: add warm transfer examples for control URL#895vapi-tasker[bot] wants to merge 1 commit intomainfrom
vapi-tasker[bot] wants to merge 1 commit intomainfrom
Conversation
The documentation previously only showed blind transfer examples for dynamic transferring via control URL. This update adds comprehensive warm transfer documentation showing how to use transferPlan with various modes when using the control URL for programmatic transfers. Updated files: - call-features.mdx: Added warm transfer section with examples for all transfer modes (say-message, say-summary, wait-for-operator, TwiML) - call-dynamic-transfers.mdx: Updated code examples to demonstrate warm transfers with transferPlan in the webhook server implementations Co-Authored-By: Claude <[email protected]>
Contributor
|
🌿 Preview your docs: https://vapi-preview-d3f44e02-5280-4e18-9e9b-f5541d105092.docs.buildwithfern.com |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
Sign up for free
to join this conversation on GitHub.
Already have an account?
Sign in to comment
Add this suggestion to a batch that can be applied as a single commit.This suggestion is invalid because no changes were made to the code.Suggestions cannot be applied while the pull request is closed.Suggestions cannot be applied while viewing a subset of changes.Only one suggestion per line can be applied in a batch.Add this suggestion to a batch that can be applied as a single commit.Applying suggestions on deleted lines is not supported.You must change the existing code in this line in order to create a valid suggestion.Outdated suggestions cannot be applied.This suggestion has been applied or marked resolved.Suggestions cannot be applied from pending reviews.Suggestions cannot be applied on multi-line comments.Suggestions cannot be applied while the pull request is queued to merge.Suggestion cannot be applied right now. Please check back later.
Description
controlUrl)call-features.mdxwith new "Warm Transfer" section showing all transfer modes:warm-transfer-say-message- Say a custom message to the operatorwarm-transfer-say-summary- Say an AI-generated conversation summarywarm-transfer-wait-for-operator-to-speak-first-and-then-say-message- Wait for operator, then say messagewarm-transfer-wait-for-operator-to-speak-first-and-then-say-summary- Wait for operator, then say summarywarm-transfer-twiml- Execute TwiML instructionswarm-transfer-experimental- Use a transfer assistantcall-dynamic-transfers.mdxcode examples to demonstrate warm transfers withtransferPlanin webhook server implementations (Node.js and Python)Resolves VAP-11465
Testing Steps
fern docs devor navigate to preview deployment