Prospecting · update_prospects
Update prospects
Stage, planned follow-up, reply, meeting, opt-out.
- Price
- included
- Requirements
- No connector
- runs on platform keys
- Human approval
- No
- read or internal write
Input
| Field | Type | Description |
|---|---|---|
| updates * | array | Toutes les mises à jour du tour (1 à 500). |
Call this tool
Through the HTTP API, or from the MCP server with the run meta-tool.
curl https://api.ezyagents.fr/gateway/v1/run \
-H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
-d '{"tool":"update_prospects","input":{"updates":[]}}'$
run({ "tool": "update_prospects", "input": {"updates":[]} })