sendspark-automation

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

Install

Hot:18

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-sendspark-automation&locale=en&source=copy

Sendspark Automation — Automate Video Marketing via Composio Rube MCP

Skill Overview


Sendspark Automation is a skill that automates Sendspark video operations through the Composio Rube MCP server. It requires no API keys and enables tool discovery, connection management, and workflow execution.

Use Cases

  • Marketing Team Video Automation

  • Create personalized video messages in bulk, automatically handle video email marketing campaigns, and execute multi-step video workflows via RUBE_MULTI_EXECUTE_TOOL to improve marketing efficiency.

  • Sales Team Video Emails

  • Automate the creation and sending flow of sales videos. Use RUBE_SEARCH_TOOLS to discover available video tools, and use RUBE_MANAGE_CONNECTIONS to manage multiple Sendspark account connections.

  • Developer Integration for Sendspark

  • Integrate Sendspark capabilities into existing systems via Rube MCP, performing bulk video operations and management tasks. Supports session reuse and pagination for large-scale data handling.

    Core Features

  • Tool Discovery and Schema Retrieval

  • Use RUBE_SEARCH_TOOLS to search available Sendspark tools in real time, retrieve the latest tool Schema and execution plan, ensure automatic adaptation when tools change, and avoid hard-coded tool parameters.

  • Connection Status Management

  • Use RUBE_MANAGE_CONNECTIONS to check and manage Sendspark connection status. Supports managing multiple accounts, automatically verifies that the connection is ACTIVE, and ensures connections are available before workflow execution.

  • Bulk Workflow Execution

  • Execute multi-tool workflows via RUBE_MULTI_EXECUTE_TOOL. Supports passing session state through the memory parameter, and uses RUBE_REMOTE_WORKBENCH for complex bulk operations to enable end-to-end automation.

    FAQs

    What is Rube MCP? How do I configure it?


    Rube MCP is an MCP server provided by Composio. It can be used without an API key. In the client configuration, add https://rube.app/mcp as the MCP server to enable it. After configuration, you can use tools such as RUBE_SEARCH_TOOLS and RUBE_MANAGE_CONNECTIONS.

    Does Sendspark Automation require an API key?


    No. Rube MCP manages Sendspark authentication via OAuth connection management. You only need to complete one-time authorization by calling RUBE_MANAGE_CONNECTIONS. After the connection is established, all tool calls are executed via the verified session.

    How do I discover available Sendspark tools?


    Use RUBE_SEARCH_TOOLS to search for tools, providing Sendspark-related use case descriptions (e.g., “video creation” or “video management”). The search results return the tool slug, input Schema, recommended execution plan, and known considerations. Be sure to search again before each workflow, as the Schema may change.

    Why does tool execution fail?


    Common reasons include: the connection status is not ACTIVE, tool parameters are outdated (not calling RUBE_SEARCH_TOOLS to fetch the latest Schema), the memory parameter is missing, or the session ID does not match. Before execution, verify the connection via RUBE_MANAGE_CONNECTIONS and ensure you use the parameter structure from the latest search results.