通过 Rube MCP 自动化执行 Mailsoftly 邮件相关任务与流程。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "mailsoftly-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/mailsoftly-automation/SKILL.md 2. 保存为 ~/.claude/skills/mailsoftly-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
使用 Rube MCP 先搜索 Mailsoftly 可用工具及其最新 schema,然后帮我获取最近 7 天的邮件活动数据,包括发送量、打开率、点击率和退订数,并整理成结构化摘要。
返回基于最新工具 schema 提取的近 7 天邮件活动汇总与关键指标。
先搜索 Mailsoftly 相关工具与参数 schema,再将我提供的联系人列表批量添加“webinar-2025”标签;若联系人不存在,请在结果中单独列出失败项与原因。
输出批量标签更新结果,包含成功数量、失败名单及失败原因。
请先通过 Rube MCP 搜索 Mailsoftly 工具及最新 schema,然后创建一个欢迎邮件自动化流程:新订阅用户加入后立即发送欢迎邮件,3 天后发送产品介绍邮件,并返回创建结果与流程配置摘要。
返回自动化流程的创建状态,以及触发条件和邮件步骤的配置摘要。
Automate Mailsoftly operations through Composio's Mailsoftly toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/mailsoftly
RUBE_MANAGE_CONNECTIONS with toolkit mailsoftlyRUBE_SEARCH_TOOLS first to get current tool schemasGet Rube MCP: Add https://rube.app/mcp as an MCP server in your client configuration. No API keys needed — just add the endpoint and it works.
RUBE_SEARCH_TOOLS respondsRUBE_MANAGE_CONNECTIONS with toolkit mailsoftlyAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Mailsoftly operations", known_fields: ""}]
session: {generate_id: true}
This returns available tool slugs, input schemas, recommended execution plans, and known pitfalls.
RUBE_SEARCH_TOOLS
queries: [{use_case: "your specific Mailsoftly task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["mailsoftly"]
session_id: "your_session_id"
RUBE_MULTI_EXECUTE_TOOL
tools: [{
tool_slug: "TOOL_SLUG_FROM_SEARCH",
arguments: {/* schema-compliant args from search results */}
}]
memory: {}
session_id: "your_session_id"
RUBE_SEARCH_TOOLSRUBE_MANAGE_CONNECTIONS shows ACTIVE status before executing toolsmemory in RUBE_MULTI_EXECUTE_TOOL calls, even if empty ({})| Operation | Approach |
|---|---|
| Find tools | RUBE_SEARCH_TOOLS with Mailsoftly-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit mailsoftly |
| Execute | RUBE_MULTI_EXECUTE_TOOL with discovered tool slugs |
| Bulk ops | RUBE_REMOTE_WORKBENCH with run_composio_tool() |
| Full schema | RUBE_GET_TOOL_SCHEMAS for tools with schemaRef |
Powered by Composio
通过 Rube MCP 自动化 Agiled 中的客户、项目与业务流程操作。
通过 Rube MCP 自动化 MailerSend 邮件发送与管理任务,提升营销与通知效率。