Integración · Attio

Automatización Attio CRM

Permite consultar y gestionar un workspace de Attio CRM (personas, empresas, deals, notas, esquemas) usando comandos en lenguaje natural.
EJEMPLO ILUSTRATIVO · requiere conexión a Attio vía Rube MCP
1 · RUBE_SEARCH_TOOLS 2 · RUBE_MANAGE_CONNECTIONS (Attio) 3 · RUBE_MULTI_EXECUTE_TOOL

Request (ejemplo)

{
  "tool": "RUBE_MULTI_EXECUTE_TOOL",
  "connection": "Attio",
  "tool_slug": "ATTIO_LIST_ITEMS",
  "params": {
    "query": "CULTIVA IA demo",
    "limit": 10
  }
}

Response (ejemplo)

{
  "status": "success",
  "connection": "Attio",
  "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"
    }
  ]
}
Se conecta al servidor MCP de Composio (rube.app) con autenticación OAuth de Attio y expone herramientas como ATTIO_SEARCH_RECORDS, ATTIO_QUERY_RECORDS, ATTIO_FIND_RECORD y ATTIO_LIST_NOTES con soporte para filtros complejos.
Salida ilustrativa generada por CULTIVA IA — no refleja datos reales de tu cuenta.