通过 Rube MCP 自动化 MailerSend 邮件发送与管理任务,提升营销与通知效率。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "mailersend-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/mailersend-automation/SKILL.md 2. 保存为 ~/.claude/skills/mailersend-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
请先搜索可用工具及最新 schema,然后通过 Rube MCP 调用 MailerSend,创建并发送一封新品发布活动邮件给指定联系人列表,并返回任务状态与发送结果摘要。
返回已执行的 MailerSend 操作、邮件发送状态,以及收件人范围与结果摘要。
请先搜索工具 schema,再通过 Rube MCP 使用 MailerSend 批量新增联系人到指定列表,移除重复邮箱,并汇总成功、失败和跳过的记录。
输出联系人列表更新结果,包括新增、去重处理及异常记录说明。
请先搜索最新可用工具与参数 schema,然后通过 Rube MCP 调用 MailerSend,查询某批交易邮件的投递、打开、点击或退信状态,并整理成简明报告。
生成一份邮件状态报告,概述投递表现及关键异常情况。
Automate Mailersend operations through Composio's Mailersend toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/mailersend
RUBE_MANAGE_CONNECTIONS with toolkit mailersendRUBE_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 mailersendAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Mailersend 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 Mailersend task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["mailersend"]
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 Mailersend-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit mailersend |
| 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 自动处理 Enginemailer 邮件营销与相关操作流程。