mailbluster-automation
Automate Mailbluster tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
Hot:46
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-mailbluster-automation&locale=en&source=copy
Mailbluster Automation Skills
Skill Overview
Connect Composio's Mailbluster toolkit via Rube MCP to automate Mailbluster email marketing operations. Supports subscriber management, email sending, and workflow automation.
Use Cases
- Automatically manage Mailbluster subscriber lists: bulk add, update, or remove subscribers. No need to manually operate the backend, saving time on repetitive work.
- Integrate Mailbluster actions into larger automation workflows, such as syncing with data sources, trigger-based email sending, and managing marketing campaigns based on user behavior.
- Use natural language through Claude to control email marketing operations. Suitable for marketers who are not familiar with API programming and for developers who need to prototype quickly.
Core Features
- Use
RUBE_SEARCH_TOOLS to fetch the current mode and available operations for Mailbluster tools in real time. This avoids hard-coding outdated tool definitions and ensures the latest API schema is always used.- Use
RUBE_MANAGE_CONNECTIONS to manage Mailbluster connection status. Check whether the connection is active, and when needed complete setup via an authentication link. Supports session reuse.- Use
RUBE_MULTI_EXECUTE_TOOL to execute one or more Mailbluster operations. Supports batch processing and complex workflows, including memory parameters for passing data across steps.FAQs
How do I connect Mailbluster through Rube MCP?
In your MCP client configuration, add the Rube server endpoint
https://rube.app/mcp (no API key required). Then call RUBE_MANAGE_CONNECTIONS and set the toolkit to mailbluster. Complete the connection setup using the authentication link returned, and you can use it once the status is CONFIRMED as ACTIVE.Do I need to know Mailbluster tool definitions in advance?
No—and it’s not recommended to hard-code them. This skill requires calling
RUBE_SEARCH_TOOLS first to obtain the current tool mode and execution plan, ensuring you use the latest API definitions and avoid call failures caused by tool updates.What Mailbluster actions are supported?
Supported actions depend on what the current Composio Mailbluster toolkit provides. Common actions include subscriber management (add, update, delete, query), email list operations, tag management, and more. Call
RUBE_SEARCH_TOOLS before use to get the full list of available operations and parameter requirements.What should I do if the connection fails or a tool execution error occurs?
First, use
RUBE_MANAGE_CONNECTIONS to check whether the connection status is ACTIVE. If the connection is fine but tool execution fails, call RUBE_SEARCH_TOOLS again to retrieve the latest tool mode, and ensure your parameters match the current schema exactly. Note that tool parameter casing matters—you must use the exact field names and types from the search results.