Communication36 toolsPaste one API key
Quo integration for AI agents
Quo, formerly OpenPhone, is a business phone platform for managing calls, messages, contacts, conversations, tasks, users, and webhooks.
Use it from your agent
One ClawLink account serves every agent you run. Pick the guide for yours, or connect Quo once and call the same tools from all of them.
Setup
Connect Quo through ClawLink's hosted setup.
- Auth: Paste one API key. The credential stays on the ClawLink server; your agent holds only a ClawLink key you can revoke.
- Where: the ClawLink dashboard, or ask your agent to connect it.
What your agent can do
Quo exposes 36 tools through ClawLink. The 30 most used are listed here; your agent sees all of them.
| Tool | What it does | Kind |
|---|---|---|
quo_get_call | Get one call and its routing, participants, status, and timing details by ID | Read |
quo_get_call_voicemail | Get voicemail processing status, transcript, duration, and recording URL for a Quo call | Read |
quo_get_contact | Get one contact with default and custom fields by Quo contact ID | Read |
quo_get_message | Get one message by Quo message ID, including its content, related IDs, participants, delivery | Read |
quo_get_phone_number | Get one Quo phone number and its assignments and restrictions by ID | Read |
quo_get_task | Get one task and its current links, assignee, due date, and completion state | Read |
quo_get_user | Get one workspace user by Quo user ID | Read |
quo_get_webhook | Get one unified Quo webhook by its numeric ID | Read |
quo_get_webhook_delivery | Get the payload and attempt details for one Quo webhook delivery event | Read |
quo_list_call_recordings | List recording segments for a Quo call in chronological order | Read |
quo_list_calls | List calls between a Quo number and one external participant with optional user and | Read |
quo_list_contact_custom_fields | List the workspace's contact custom-field definitions for constructing valid contact values | Read |
quo_list_contacts | List contacts, optionally filtered by external IDs or source, with stable-v1 phone and custom | Read |
quo_list_conversations | List inbox conversations with optional phone-number, user, creation-time, update-time, and | Read |
quo_list_messages | List messages exchanged by a Quo phone number and one or more participants, optionally filtered | Read |
quo_list_phone_numbers | List Quo phone numbers and their assigned users, calling restrictions, and messaging | Read |
quo_list_tasks | List workspace tasks with cursor-controlled pagination | Read |
quo_list_users | List workspace users and return one cursor-controlled page | Read |
quo_list_webhook_deliveries | List one page of delivery events for a unified Quo webhook, optionally filtered by status | Read |
quo_list_webhooks | List unified Quo webhooks across call, message, contact, task, and integration event families | Read |
quo_create_contact | Create a Quo contact with standard fields, optional custom fields, and external source metadata | Write |
quo_create_task | Create a task linked to exactly one phone number, conversation, or activity | Write |
quo_create_webhook | Create one unified webhook subscription for selected Quo events and return its signing secret | Write |
quo_set_conversation_status | Set a Quo conversation to read, done, or open | Write |
quo_set_task_assignee | Assign or unassign a Quo user on a task | Write |
quo_set_task_completion | Complete or reopen a Quo task | Write |
quo_set_task_conversation_link | Link or unlink a Quo task and conversation | Write |
quo_set_task_due_date | Set or remove a Quo task's due date | Write |
quo_update_contact | Patch selected standard, custom, or source fields on an existing Quo contact | Write |
quo_update_task | Replace both the title and description of an existing Quo task | Write |