CRM · salesforce_search
Chercher dans Salesforce
Cherche des enregistrements Salesforce (SOQL guidé).
- Prix
- inclus
- Prérequis
- Salesforce
- à brancher dans Paramètres → Intégrations
- Validation humaine
- Non
- lecture ou écriture interne
Entrée
| Champ | Type | Description |
|---|---|---|
| query * | string | Search terms (name, email, company, etc.) |
| object | Contact | Lead | Account | Opportunity | Salesforce object type to search (default: Contact) |
| limit | number | Max results (1-10, default 5) |
Appeler cet outil
Via l'API HTTP, ou depuis le serveur MCP avec le méta-outil run.
curl https://api.ezyagents.fr/gateway/v1/run \
-H "Authorization: Bearer ezk_…" -H "Content-Type: application/json" \
-d '{"tool":"salesforce_search","input":{"query":"…","object":"Contact","limit":1}}'$
run({ "tool": "salesforce_search", "input": {"query":"…","object":"Contact","limit":1} })