Integración · SMTP2Go

Automatización de Email con SMTP2Go

Conecta y automatiza operaciones de SMTP2Go (envío de emails transaccionales) desde flujos de trabajo de agentes IA.
EJEMPLO ILUSTRATIVO · requiere conexión a SMTP2Go vía Rube MCP
1 · RUBE_SEARCH_TOOLS 2 · RUBE_MANAGE_CONNECTIONS (SMTP2Go) 3 · RUBE_MULTI_EXECUTE_TOOL

Request (ejemplo)

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

Response (ejemplo)

{
  "status": "success",
  "connection": "SMTP2Go",
  "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"
    }
  ]
}
Usa el MCP de Rube con las herramientas RUBE_SEARCH_TOOLS y RUBE_MULTI_EXECUTE_TOOL para descubrir dinámicamente las capacidades de SMTP2Go y ejecutarlas.
Salida ilustrativa generada por CULTIVA IA — no refleja datos reales de tu cuenta.