Integración · Agent Mail
Automatización de Email con Agente vía Composio Rube MCP
Automatiza operaciones de correo electrónico (envío, lectura, gestión) mediante el toolkit Agent Mail de Composio.
EJEMPLO ILUSTRATIVO · requiere conexión a Agent Mail vía Rube MCP
1 · RUBE_SEARCH_TOOLS
2 · RUBE_MANAGE_CONNECTIONS (Agent Mail)
3 · RUBE_MULTI_EXECUTE_TOOL
Request (ejemplo)
{
"tool": "RUBE_MULTI_EXECUTE_TOOL",
"connection": "Agent Mail",
"tool_slug": "AGENT_MAIL_LIST_ITEMS",
"params": {
"query": "CULTIVA IA demo",
"limit": 10
}
}
Response (ejemplo)
{
"status": "success",
"connection": "Agent Mail",
"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"
}
]
}