sendloop-automation

Automate Sendloop email marketing operations through Rube MCP toolkits.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing Sendloop email marketing tasks by providing a structured, automated interface for tool discovery and execution.

Core Features & Use Cases

  • Tool Discovery: Automatically fetch current Sendloop tool schemas and execution plans via Rube MCP.
  • Connection Management: Verify and maintain active authentication states for Sendloop integrations.
  • Workflow Execution: Perform bulk operations and multi-step tasks using standardized tool execution patterns.

Quick Start

Use the sendloop-automation skill to search for available tools and execute a campaign update.

Frequently Asked Questions about sendloop-automation

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

FAQPage Schema
How do I connect Sendloop to my agent?

Connect Sendloop by calling RUBE_MANAGE_CONNECTIONS with the toolkit parameter set to sendloop. 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 ensures you have the most current tool schemas, slugs, and input requirements. Tool definitions can change, and hardcoding values without discovery often leads to execution errors.

Can I perform bulk operations with this skill?

Yes, use the RUBE_REMOTE_WORKBENCH tool with the run_composio_tool() function to handle bulk Sendloop operations efficiently within a single session.

What should I do if my Sendloop connection is inactive?

If the connection status is not ACTIVE, re-run the RUBE_MANAGE_CONNECTIONS command and complete the authentication flow via the returned link to restore access.