benchmark-email-automation

Automate Benchmark Email marketing tasks through the Rube MCP gateway interface.

74.2k|8.5k|Updated Oct 17, 2025
One-click install
npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill benchmark-email-automation
Or copy as Structured Prompt for Agent
Please help me install this Agent Skill.
Skill: benchmark-email-automation
Source: https://github.com/ComposioHQ/awesome-claude-skills/tree/main/composio-skills/benchmark-email-automation
Command: npx skills add https://github.com/ComposioHQ/awesome-claude-skills --skill benchmark-email-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 Benchmark Email tools, ensuring consistent execution of marketing workflows.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current schemas and available operations for Benchmark Email via Rube MCP.
  • Connection Management: Handle authentication and status verification for secure API interactions.
  • Workflow Execution: Execute multi-step email operations, such as list management or campaign triggers, using structured tool calls.

Quick Start

Use the benchmark-email-automation skill to discover available tools and execute a campaign management task.

Frequently Asked Questions about benchmark-email-automation

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

FAQPage Schema
How do I connect my Benchmark Email account?

Connect your account by calling the RUBE_MANAGE_CONNECTIONS tool with the benchmark_email toolkit argument. Follow the provided authentication link to authorize the connection and ensure the status is set to ACTIVE.

Why must I call RUBE_SEARCH_TOOLS first?

Calling RUBE_SEARCH_TOOLS is mandatory because tool schemas and available operations change frequently. This ensures your workflow uses the most current arguments and prevents execution errors caused by outdated tool definitions.

Can I automate bulk email operations?

Yes, you can perform bulk operations by utilizing the RUBE_REMOTE_WORKBENCH tool with the run_composio_tool function, which allows for complex, multi-step email marketing workflows.

What should I do if my connection is not active?

If the connection status is not ACTIVE, re-run the RUBE_MANAGE_CONNECTIONS command and complete the authentication flow again. Always verify the status before attempting to execute any email-related tools.