sendlane-automation

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing Sendlane marketing tasks by providing a standardized, agentic interface to interact with Sendlane's API via the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically fetch current Sendlane tool schemas and execution plans.
  • Connection Management: Verify and maintain active authentication states for Sendlane integrations.
  • Workflow Execution: Perform multi-step Sendlane operations like list management or campaign triggers using structured tool execution.

Quick Start

Ask the agent to search for available Sendlane tools and execute the required automation workflow for your specific task.

Frequently Asked Questions about sendlane-automation

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

FAQPage Schema
How do I connect Sendlane to my agent?

Connect Sendlane by calling the RUBE_MANAGE_CONNECTIONS tool with the 'sendlane' 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 arguments change frequently. This ensures your agent uses the most current API definitions and avoids execution errors caused by outdated schemas.

Can I automate bulk Sendlane operations?

Yes, use the RUBE_REMOTE_WORKBENCH tool with the run_composio_tool() function to execute bulk operations. This approach allows for efficient processing of multiple records or complex marketing workflows.

What should I do if a tool execution fails?

First, verify your connection status using RUBE_MANAGE_CONNECTIONS. If the connection is active, check the error response for schema mismatches and ensure your arguments strictly follow the requirements returned by RUBE_SEARCH_TOOLS.