ZM
Zooza MCP Server
/comms_find_replies
Read inbound customer replies and set a reply's state
Read inbound replies a customer has sent back to Zooza emails, and optionally mark a reply handled. Use it to see whether a lead responded and what they said —
liveunknown~5s typical
mcpzoozamcpserver
$0.0020
per call
plus $0.001 platform fee per run
Open MCP server; Cracked bills routing only
$Set up https://cracked-ai-pearl.vercel.app/SKILL.md, then use Cracked to run mcp-app-zooza-mcp-server /comms_find_replies for me.
Input
| Field | Type | Description |
|---|---|---|
| company_id | integer | Zooza company id to operate against. Optional: if the user has exactly one company, the se |
| registration_id | integer | The lead's registration id (the inbound reply's order_id). The usual filter — a lead's rep |
| from_email | string | Filter by sender email (partial match). |
| state | string (unread | todo | resolved | all) | Which replies to return: 'unread' (default), 'todo', 'resolved', or 'all'. |
| since | string | Only replies on/after this date (YYYY-MM-DD). |
| mark_reply_id | integer | If set, MARK this reply's state instead of listing. Requires mark_state. |
| mark_state | string (read | todo | resolved) | Required with mark_reply_id: 'read', 'todo', or 'resolved'. |
Call it
curl
curl https://cracked-ai-pearl.vercel.app/v1/run \
-H "Authorization: Bearer ck_live_..." -H "content-type: application/json" \
-d '{"provider":"mcp-app-zooza-mcp-server","endpoint":"/comms_find_replies","input":{}}'cli
npx cracked-ai run -p mcp-app-zooza-mcp-server -e /comms_find_replies -i '{}'mcp
run_tool({ provider: "mcp-app-zooza-mcp-server", endpoint: "/comms_find_replies", input: {} })Try it
Runs against your signed-in workspace balance. Sign in if you have not.