sendspark-automation

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing video messaging campaigns by providing a direct interface to Sendspark operations, ensuring consistent and scalable communication workflows.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Sendspark tool schemas and capabilities via Rube MCP.
  • Connection Management: Verify and maintain active authentication states for Sendspark integrations.
  • Workflow Execution: Execute multi-step video automation tasks, such as bulk video processing or campaign management, using structured tool calls.

Quick Start

Use the sendspark-automation skill to discover available tools and execute a video campaign workflow.

Frequently Asked Questions about sendspark-automation

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

FAQPage Schema
How do I connect Sendspark to my agent?

Connect Sendspark by calling the RUBE_MANAGE_CONNECTIONS tool with the 'sendspark' 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 endpoints change frequently. Searching ensures you use the correct tool slugs and argument structures for your specific Sendspark task.

Can I automate bulk video operations?

Yes, you can perform bulk operations by using the RUBE_REMOTE_WORKBENCH tool with the run_composio_tool function. This allows for scalable execution of Sendspark tasks across multiple records.

What should I do if my tool execution fails?

Verify your connection status using RUBE_MANAGE_CONNECTIONS to ensure it remains ACTIVE. Additionally, check that your arguments strictly match the schema returned by the most recent RUBE_SEARCH_TOOLS call.