Prospecting · save_prospects
Save prospects
Deduplicated prospect registry of the workspace.
- Price
- included
- Requirements
- No connector
- runs on platform keys
- Human approval
- No
- read or internal write
Input
| Field | Type | Description |
|---|---|---|
| prospects * | array | La liste COMPLÈTE des prospects trouvés (1 à 500). |
| missionId | string | Mission commerciale servie (id renvoyé par mission_plan / list_missions) |
| segment | string | Segment par défaut appliqué à tous les prospects du lot |
| source | linkedin | sirene | database | inbound | manual | web | crm | Source par défaut du lot (linkedin, sirene, database, web…) |
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":"save_prospects","input":{"prospects":[],"missionId":"…","segment":"…","source":"linkedin"}}'$
run({ "tool": "save_prospects", "input": {"prospects":[],"missionId":"…","segment":"…","source":"linkedin"} })