# Quo Node

> Send messages, manage contacts and tasks, and review call transcripts and missed calls through Quo.

**URL:** https://caywork.com/learn/docs/node/quomcp-node

## Content

## Description
Send messages, manage contacts and tasks, and review call transcripts and missed calls through Quo.

## Parameters
* **action** (string): Enabled sub-action to run.
* **params** (object): Action-specific inputs.

## Actions
* `quomcp_create_contact`
* `quomcp_create_task`
* `quomcp_fetch_call_transcripts`
* `quomcp_fetch_messages`
* `quomcp_fetch_missed_calls`
* `quomcp_get_contact`
* `quomcp_list_contacts`
* `quomcp_list_inboxes`
* `quomcp_list_tasks`
* `quomcp_list_users`
* `quomcp_send_bulk_messages`
* `quomcp_send_group_message`
* `quomcp_send_message`
* `quomcp_update_contact`
* `quomcp_update_task`

## Use Cases
1. **Automate Quo workflows**: Add the node, enable the actions you need, and let the agent invoke them through Scalekit.
2. **Enforce least privilege**: Only enable the subset of actions required for the current agent flow.