many_chat-automation
Automate ManyChat tasks via Rube MCP (Composio): chatbot flows, subscribers, broadcasts, and messenger automation. Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:38
Download and extract to your skills directory
Copy command and send to AI Agent for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-many_chat-automation&locale=en&source=copy
ManyChat Automation Skill
Skill Overview
The ManyChat automation skill uses the Rube MCP integration Composio ManyChat toolkit to automate actions on ManyChat chatbots, subscribers, broadcasts, and message flows.
Use Cases
Core Features
RUBE_SEARCH_TOOLS to dynamically discover available ManyChat tools, and use RUBE_MULTI_EXECUTE_TOOL to run single-step or multi-step automation tasksRUBE_MANAGE_CONNECTIONS to manage the status of ManyChat OAuth connections and ensure API access permissions are validRUBE_REMOTE_WORKBENCH, passing data across multi-step flows to enable complex automation scenariosFAQs
How do I connect ManyChat with Rube MCP?
First, add
https://rube.app/mcp as an MCP server, then call the RUBE_MANAGE_CONNECTIONS tool with toolkit set to many_chat. If the connection is not active, complete the ManyChat OAuth authorization using the authentication link returned. Once the connection status is confirmed as ACTIVE, you can start using it.What operations does ManyChat automation support?
ManyChat automation supports a variety of actions, including chatbot flow management, create/read/update/delete operations for subscribers, sending broadcast messages, and Messenger automation responses. Available tools must be dynamically discovered via
RUBE_SEARCH_TOOLS, as the tool architecture may change over time.Can ManyChat subscriber management be handled in bulk?
Yes. For bulk operations, it is recommended to use
RUBE_REMOTE_WORKBENCH together with the run_composio_tool() method, and implement parallel processing with ThreadPoolExecutor to improve the efficiency of bulk subscriber management.