campayn-automation

Automate Campayn email marketing operations through Rube MCP tool discovery and execution.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of navigating Campayn's interface by providing a standardized, agent-driven approach to executing email marketing tasks and managing campaign data.

Core Features & Use Cases

  • Dynamic Tool Discovery: Automatically identifies available Campayn tool schemas via Rube MCP to ensure compatibility.
  • Connection Management: Handles authentication and session state for secure, persistent access to Campayn services.
  • Use Case: Automate the process of fetching campaign performance metrics or updating subscriber lists by chaining discovery, connection verification, and multi-tool execution.

Quick Start

Ask the agent to search for available Campayn tools and execute the required marketing task using the Rube MCP gateway.

Frequently Asked Questions about campayn-automation

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

FAQPage Schema
How do I connect my Campayn account to the agent?

Connect your account by calling the RUBE_MANAGE_CONNECTIONS tool with the 'campayn' 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 before executing tasks?

Tool schemas and available endpoints for Campayn can change frequently. Searching first ensures the agent uses the most current tool slugs and input arguments, preventing execution errors.

Can I automate bulk email operations with this skill?

Yes, you can perform bulk operations by using the RUBE_REMOTE_WORKBENCH tool combined with the run_composio_tool() function to process multiple actions in a single workflow.

What should I do if a tool execution fails?

Verify that your connection status is still ACTIVE using RUBE_MANAGE_CONNECTIONS and ensure your arguments strictly match the schema returned by the most recent RUBE_SEARCH_TOOLS call.

Are there limitations to the Campayn automation?

Automation is limited by the tools exposed via the Rube MCP gateway. Always check the tool schemas for specific field requirements and pagination tokens to handle large datasets correctly.