sendfox-automation

Automate Sendfox tasks via Rube MCP (Composio). Always search tools first for current schemas.

Install

Hot:26

Download and extract to your skills directory

Copy command and send to AI Agent for auto-install:

Download and install this skill https://openskills.cc/api/download?slug=composiohq-composio-skills-sendfox-automation&locale=en&source=copy

Sendfox Automation - Automate Email Marketing via Rube MCP

Skill Overview


Sendfox Automation is a skill that automates Sendfox tasks through Composio’s Rube MCP. It enables email marketing workflows—such as email list management and bulk subscriber actions—without writing code.

Use Cases

  • Bulk email list management - You need to add, update, or delete Sendfox contacts and subscribers in batches, avoiding inefficient manual one-by-one operations.
  • Automated email marketing workflows - You want to integrate Sendfox actions into a larger automation workflow and coordinate with other tools and services.
  • No-code API calls - Users who are not familiar with programming or want to quickly validate ideas can call Sendfox functions directly via MCP without dealing with API details.
  • Core Features

  • Tool discovery and connection management - Dynamically discover the currently available Sendfox tools and schemas via RUBE_SEARCH_TOOLS, and manage connection status through RUBE_MANAGE_CONNECTIONS.
  • Automated tool execution - Use RUBE_MULTI_EXECUTE_TOOL to execute Sendfox actions in batches, supporting core capabilities such as contact management and list operations.
  • Session-based workflows - Supports session ID reuse and cross-tool collaboration, enabling complex multi-step operations via RUBE_REMOTE_WORKBENCH.
  • FAQs

    What prerequisites are needed for Sendfox Automation?


    You need to add the Rube MCP server (https://rube.app/mcp) to your client configuration and establish an active connection to the Sendfox tool package through RUBE_MANAGE_CONNECTIONS. Rube MCP does not require any additional API keys.

    Why must RUBE_SEARCH_TOOLS be called first each time?


    The Sendfox tool schemas may change. Hard-coding tool slugs or parameters can cause execution to fail. RUBE_SEARCH_TOOLS returns the currently available tools, the correct input schemas, and execution recommendations, ensuring the workflow runs reliably.

    What scenarios is Sendfox Automation suitable for?


    This skill is especially suitable for users who frequently need to operate Sendfox but don’t want to write and maintain code—such as bulk importing contacts, scheduled synchronization of subscriber data, or integrating Sendfox into a broader marketing automation workflow. For complex bulk operations, you can use RUBE_REMOTE_WORKBENCH to improve efficiency.