Integración · Mailsoftly
Automatización de Mailsoftly vía Rube MCP
Automatiza tareas de email marketing en Mailsoftly (campañas, listas, contactos) desde Claude vía Composio.
EJEMPLO ILUSTRATIVO · requiere conexión a Mailsoftly vía Rube MCP
1 · RUBE_SEARCH_TOOLS
2 · RUBE_MANAGE_CONNECTIONS (Mailsoftly)
3 · RUBE_MULTI_EXECUTE_TOOL
Request (ejemplo)
{
"tool": "RUBE_MULTI_EXECUTE_TOOL",
"connection": "Mailsoftly",
"tool_slug": "MAILSOFTLY_LIST_ITEMS",
"params": {
"query": "CULTIVA IA demo",
"limit": 10
}
}
Response (ejemplo)
{
"status": "success",
"connection": "Mailsoftly",
"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"
}
]
}