sendfox-automation

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing email marketing tasks by providing a direct, automated interface to Sendfox operations, ensuring consistent execution and data accuracy.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Sendfox API schemas and tool definitions via Rube MCP.
  • Connection Management: Verify and maintain active authentication states for Sendfox toolkits.
  • Workflow Execution: Execute multi-step Sendfox operations, such as managing contacts or campaigns, using structured tool calls.

Quick Start

Use the sendfox-automation skill to discover available tools and execute a contact management workflow.

Frequently Asked Questions about sendfox-automation

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

FAQPage Schema
How do I connect Sendfox to my agent?

Connect Sendfox by calling the RUBE_MANAGE_CONNECTIONS tool with the 'sendfox' 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 first ensures your agent uses the most current tool schemas and input requirements. This prevents execution errors caused by outdated API definitions or parameter changes.

Can I automate bulk Sendfox operations?

Yes, use the RUBE_REMOTE_WORKBENCH tool with the run_composio_tool() function to perform bulk operations. This approach allows for efficient processing of large contact lists or multiple campaign updates.

What should I do if a tool execution fails?

Verify your connection status using RUBE_MANAGE_CONNECTIONS and ensure your arguments match the schema returned by RUBE_SEARCH_TOOLS. Always include the memory parameter in your execution calls to maintain session state.