enginemailer-automation

Automate Enginemailer email marketing operations 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 enginemailer-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: enginemailer-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/enginemailer-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill enginemailer-automation

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing email marketing campaigns by providing a direct, automated interface to Enginemailer tools, ensuring consistent execution and schema compliance.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Enginemailer tool schemas to ensure compatibility.
  • Connection Management: Verify and maintain active authentication states for Enginemailer via Rube MCP.
  • Workflow Execution: Execute multi-step email marketing tasks, such as bulk operations or campaign management, using a standardized execution pattern.

Quick Start

Use the enginemailer-automation skill to discover available tools and execute a campaign update for the current session.

Frequently Asked Questions about enginemailer-automation

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

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

Connect Enginemailer by using the RUBE_MANAGE_CONNECTIONS tool with the 'enginemailer' toolkit slug. Follow the provided authentication link to authorize the connection and ensure the status is set to ACTIVE.

Why must I call RUBE_SEARCH_TOOLS before executing tasks?

Calling RUBE_SEARCH_TOOLS ensures you are using the most current tool schemas, arguments, and execution plans. This prevents errors caused by outdated tool definitions or schema changes.

What should I do if my Enginemailer connection is inactive?

If the connection status is not ACTIVE, re-run the RUBE_MANAGE_CONNECTIONS command and follow the auth link provided in the response to re-authenticate your Enginemailer account.

Can I perform bulk operations with this skill?

Yes, you can perform bulk operations by utilizing the RUBE_REMOTE_WORKBENCH tool with the run_composio_tool() function, which allows for efficient execution of multiple tasks in a single workflow.