Integración · Salesforce Service Cloud
Automatización de Salesforce Service Cloud via Rube MCP
Automatiza tareas en Salesforce Service Cloud (gestión de casos, contactos y cuentas) mediante la integración con Composio a través del servidor MCP Rube.
EJEMPLO ILUSTRATIVO · requiere conexión a Salesforce Service Cloud vía Rube MCP
1 · RUBE_SEARCH_TOOLS
2 · RUBE_MANAGE_CONNECTIONS (Salesforce Service Cloud)
3 · RUBE_MULTI_EXECUTE_TOOL
Request (ejemplo)
{
"tool": "RUBE_MULTI_EXECUTE_TOOL",
"connection": "Salesforce Service Cloud",
"tool_slug": "SALESFORCE_SERVICE_CLOUD_LIST_ITEMS",
"params": {
"query": "CULTIVA IA demo",
"limit": 10
}
}
Response (ejemplo)
{
"status": "success",
"connection": "Salesforce Service Cloud",
"count": 3,
"items": [
{
"id": "itm_001",
"name": "Ejemplo A",
"updated": "2026-06-12"
},
{
"id": "itm_002",
"name": "Ejemplo B",
"updated": "2026-06-12"
},
{
"id": "itm_003",
"name": "Ejemplo C",
"updated": "2026-06-12"
}
]
}