mailcoach-automation

Automate Mailcoach operations and workflow management through the Rube MCP gateway.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill mailcoach-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: mailcoach-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/mailcoach-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill mailcoach-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing email campaigns and subscriber lists by providing a direct, automated interface to Mailcoach operations.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Mailcoach API schemas and tool definitions.
  • Connection Management: Handle authentication and session state for secure Mailcoach access.
  • Workflow Execution: Perform bulk operations and task automation using the Rube MCP protocol.

Quick Start

Use the mailcoach-automation skill to search for available tools and execute a campaign update.

Frequently Asked Questions about mailcoach-automation

High-intent search queries and answers about installing and using this skill.

FAQPage Schema
How do I connect Mailcoach to my AI agent?

Connect Mailcoach by configuring the Rube MCP server and calling the RUBE_MANAGE_CONNECTIONS tool with the mailcoach toolkit slug to initiate the authentication flow.

Why must I call RUBE_SEARCH_TOOLS before executing tasks?

Tool schemas and available endpoints in Mailcoach change frequently, so calling RUBE_SEARCH_TOOLS ensures your agent uses the most current arguments and field definitions.

Can I automate bulk email operations with this skill?

Yes, you can perform bulk operations by using the RUBE_REMOTE_WORKBENCH tool to run Composio-integrated Mailcoach functions across multiple records.

What should I do if my Mailcoach connection is inactive?

Verify your connection status using RUBE_MANAGE_CONNECTIONS and follow the provided authentication link to re-authorize your Mailcoach account.

Are there limitations to using Rube MCP for Mailcoach?

The primary limitation is the requirement for active session management; you must ensure the memory parameter is included in execution calls to maintain state.