通过 Rube MCP 自动执行 Bigmailer 邮件营销相关任务与流程。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "bigmailer-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/bigmailer-automation/SKILL.md 2. 保存为 ~/.claude/skills/bigmailer-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索可用的 Bigmailer 工具及其最新 schema,然后帮我把过去 7 天新增的潜在客户同步到 Bigmailer 指定联系人列表;如果缺少必要字段,请先列出映射关系再执行。
返回已使用的工具、字段映射、同步结果,以及成功与失败的联系人统计。
先搜索 Bigmailer 相关工具的最新 schema,然后根据以下信息创建一个邮件活动:活动名称为“春季促销”,目标受众为 VIP 用户,发送时间为明天上午 10 点;完成后返回活动 ID 和关键配置。
返回创建结果、活动 ID、受众设置、发送时间及其他关键配置摘要。
先搜索 Bigmailer 工具的当前 schema,然后获取最近 30 天所有邮件活动的数据,汇总打开率、点击率、退订率,并按表现从高到低排序,最后给出优化建议。
输出活动表现汇总表、关键指标排名,以及可执行的邮件优化建议。
Automate Bigmailer operations through Composio's Bigmailer toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/bigmailer
RUBE_MANAGE_CONNECTIONS with toolkit bigmailerRUBE_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 bigmailerAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "Bigmailer 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 Bigmailer task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["bigmailer"]
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 Bigmailer-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit bigmailer |
| 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 邮件营销与相关操作流程。