通过 Rube MCP 自动化 ActiveCampaign 任务,提升营销运营与客户管理效率。
复制安装指令,让 AI 自动完成配置 · 推荐新手
请帮我安装 askskill 上的 "active-campaign-automation" 技能: 1. 下载 https://raw.githubusercontent.com/ComposioHQ/awesome-claude-skills/master/composio-skills/active-campaign-automation/SKILL.md 2. 保存为 ~/.claude/skills/active-campaign-automation/SKILL.md 3. 装好后重载技能,告诉我可以用了
先搜索可用工具及最新 schema,然后使用 ActiveCampaign 相关工具,把过去 30 天内打开过“春季促销”邮件但没有购买记录的联系人统一添加标签“high-intent-spring”。
返回已使用的工具、执行步骤,以及成功添加标签的联系人结果摘要。
先搜索工具 schema,再在 ActiveCampaign 中创建一个欢迎自动化:当新联系人订阅“Newsletter”列表时,立即发送欢迎邮件,2 天后发送产品介绍邮件,若点击链接则添加标签“engaged-lead”。
返回自动化流程创建结果,包括触发器、步骤配置与标签规则摘要。
先搜索当前可用工具和字段 schema,然后获取最近 7 天 ActiveCampaign 邮件活动的发送量、打开率、点击率和退订数,并整理成简明摘要。
输出最近 7 天活动表现摘要,可用于周报或复盘汇报。
Automate ActiveCampaign operations through Composio's ActiveCampaign toolkit via Rube MCP.
Toolkit docs: composio.dev/toolkits/active_campaign
RUBE_MANAGE_CONNECTIONS with toolkit active_campaignRUBE_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 active_campaignAlways discover available tools before executing workflows:
RUBE_SEARCH_TOOLS
queries: [{use_case: "ActiveCampaign 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 ActiveCampaign task"}]
session: {id: "existing_session_id"}
RUBE_MANAGE_CONNECTIONS
toolkits: ["active_campaign"]
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 ActiveCampaign-specific use case |
| Connect | RUBE_MANAGE_CONNECTIONS with toolkit active_campaign |
| 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 自动执行 Campaign Cleaner 清理与维护流程,减少营销运营手工操作。