Connect your voice agent with OneDrive to access and manage documents during voice interactions. The integration allows agents to retrieve files, store conversation data, and update shared documents in real time.
A Telnyx Voice AI agent can retrieve and store files in OneDrive during a conversation using API tool calls. The agent can access documents, upload files, or store conversation records, enabling teams to manage files and shared information through voice-driven workflows.
The OneDrive integration supports the following operations across core objects:
Files
Folders
Sharing
Users
OneDrive is Microsoft's cloud file storage platform that lets individuals and organizations store, share, and access files from anywhere. Integrated with Microsoft 365, it provides secure cloud storage with document scanning, photo backup, and file sharing capabilities for both personal and business use.
A Telnyx voice AI agent can search, list, and retrieve files from OneDrive through API tool calls during a phone conversation. When a caller asks for a document, the agent can search OneDrive by filename or content, retrieve file metadata, and read back text-based content from supported file types.
The agent can upload call recordings, transcripts, or summaries as new files in OneDrive, organize them into folders, and share them with specific team members. For callers needing information from stored documents, the agent can retrieve and summarize file contents - turning OneDrive into a voice-accessible document repository.
For file management workflows, the agent can list files in a folder, check when a document was last modified, and move or rename files based on caller instructions, making cloud file management possible entirely through voice.
COMPOSITION
Four OneDrive assistants. Pick one and the blocks it runs on light up, and the create call attaches OneDrive in the same request, the meter prices it. Or click any single block: every primitive sells alone.
One request. Tools attached. You pay the minute, not the connector.
Every Telnyx integration runs on the same infrastructure: voice AI agents for conversation, inference for reasoning, SIP trunking for transport, STT and TTS for understanding and speech, and phone numbers for provisioning.

Search, retrieve, and manage OneDrive files through natural phone conversations.
Learn more
Summarize document content and route file requests intelligently based on conversation context.
Learn more
Reliable voice transport for calls that access and manage cloud documents.
Learn more
Transcribe caller requests into text for searching OneDrive files and folders.
Learn more
Read back document names, metadata, and text content from OneDrive files.
Learn more
Dedicated numbers for your voice-accessible document management hotline.
Learn moreOptimize recruiting with voice-driven updates, scheduling, and candidate workflows.
Learn moreCHOOSE BY USE CASE OR PRODUCT
RESULTS
cURL
# voice-accessible document retrieval — create the agent# tools attach in the same requestcurl -X POST https://api.telnyx.com/v2/ai/assistants \ -H "Authorization: Bearer $TELNYX_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "name": "onedrive-doc-retrieval", "model": "meta-llama/Meta-Llama-3.1-8B-Instruct", "instructions": "Answer the call, ask the caller which document they need, search OneDrive for matching files, and confirm the document was found.", "integrations": [ { "integration_id": "onedrive" } ] }'# 6 primitives · 1 vendor · 1 bill# 1 tool · GET /v2/ai/integrationsVoice-Accessible Document Retrieval
SELECT USE CASE
SELECT USE CASE
OR SELECT PRODUCT
RESULTS
cURL
# voice-accessible document retrieval — create the agent# tools attach in the same requestcurl -X POST https://api.telnyx.com/v2/ai/assistants \ -H "Authorization: Bearer $TELNYX_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "name": "onedrive-doc-retrieval", "model": "meta-llama/Meta-Llama-3.1-8B-Instruct", "instructions": "Answer the call, ask the caller which document they need, search OneDrive for matching files, and confirm the document was found.", "integrations": [ { "integration_id": "onedrive" } ] }'# 6 primitives · 1 vendor · 1 bill# 1 tool · GET /v2/ai/integrationsVoice-Accessible Document Retrieval
RESULTS
cURL
# voice-accessible document retrieval — create the agent# tools attach in the same requestcurl -X POST https://api.telnyx.com/v2/ai/assistants \ -H "Authorization: Bearer $TELNYX_API_KEY" \ -H "Content-Type: application/json" \ -d '{ "name": "onedrive-doc-retrieval", "model": "meta-llama/Meta-Llama-3.1-8B-Instruct", "instructions": "Answer the call, ask the caller which document they need, search OneDrive for matching files, and confirm the document was found.", "integrations": [ { "integration_id": "onedrive" } ] }'# 6 primitives · 1 vendor · 1 bill# 1 tool · GET /v2/ai/integrationsVoice-Accessible Document Retrieval