enginemailer-automation
Automate Enginemailer tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Office AutomationInstall
Hot:28
Download and extract to your skills directory
Copy command and send to OpenClaw for auto-install:
Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-enginemailer-automation&locale=en&source=copy
Enginemailer Automation - Rube MCP Email Marketing Automation
Skill Overview
Using Composio’s Rube MCP integration to automatically execute Enginemailer email marketing tasks, supporting tool discovery, connection management, and bulk operations.
Use Cases
1. Email Marketing Campaign Automation
Automatically create and send email marketing campaigns, bulk-manage contact lists, and trigger email pushes on a schedule—no manual intervention required.
2. Email Data Synchronization and Analytics
Automatically sync Enginemailer data to other systems, generate email marketing reports, track marketing performance, and enable cross-platform data flow.
3. Workflow Integration Development
Integrate Enginemailer capabilities into existing workflows by calling email marketing features via MCP standard interfaces, enabling coordination with other tools and services.
Core Features
Dynamic Tool Discovery
Use
RUBE_SEARCH_TOOLS to fetch the list of available Enginemailer tools and their architecture in real time, ensuring the latest tool definitions are used and avoiding hard-coded, outdated parameters.Connection Management
Use
RUBE_MANAGE_CONNECTIONS to check and manage Enginemailer connection status, supporting connection validation, authorization, and status monitoring to ensure connections are healthy before tool execution.Bulk Tool Execution
Call multiple Enginemailer operations in one go via
RUBE_MULTI_EXECUTE_TOOL, supporting session reuse and memory management for efficient handling of complex email marketing tasks.FAQ
How do I connect Enginemailer via Rube MCP?
First add the Rube MCP server (
https://rube.app/mcp), then call RUBE_MANAGE_CONNECTIONS and specify the toolkit as enginemailer. If the connection isn’t activated, complete the setup using the authorization link returned. Once the status is confirmed as ACTIVE, you can use it.What prerequisites does Enginemailer MCP require?
You need the Rube MCP server to be available and already added to the client configuration, and you must complete the authorized connection to Enginemailer. Before each tool execution, it’s recommended to call
RUBE_SEARCH_TOOLS to retrieve the current tool architecture.Why search before executing tools?
Composio’s tool architecture can change dynamically. Hard-coding tool slugs or parameters may cause calls to fail. With
RUBE_SEARCH_TOOLS, you can obtain the correct tool definitions, recommended execution plans, and known pitfalls to maximize call success rate and stability.