deadline-funnel-automation

Automate Deadline Funnel operations through the Rube MCP gateway for workflow management.

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

SYSTEM DOCUMENTATION & REQUIREMENTS

What problem does it solve?

This Skill removes the manual overhead of managing Deadline Funnel campaigns by providing a standardized interface for tool discovery and execution via the Rube MCP gateway.

Core Features & Use Cases

  • Tool Discovery: Dynamically search for available Deadline Funnel tools and schemas to ensure accurate execution.
  • Connection Management: Verify and maintain active authentication states for Deadline Funnel toolkits.
  • Workflow Execution: Execute multi-step operations using discovered tool slugs and structured arguments.
  • Use Case: Automate the synchronization of campaign deadlines across multiple platforms by programmatically triggering Deadline Funnel updates through the MCP interface.

Quick Start

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

Frequently Asked Questions about deadline-funnel-automation

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

FAQPage Schema
How do I connect Deadline Funnel to my agent?

Connect Deadline Funnel by using the RUBE_MANAGE_CONNECTIONS command with the 'deadline_funnel' toolkit. 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 slugs change frequently. Searching ensures you use the correct, current input parameters and prevents execution errors caused by outdated tool definitions.

Can I automate bulk operations with this skill?

Yes, you can perform bulk operations by using the RUBE_REMOTE_WORKBENCH command with the run_composio_tool function, which allows for batch processing of Deadline Funnel tasks.

What should I do if my connection status is not ACTIVE?

If the connection status is not ACTIVE, re-run the RUBE_MANAGE_CONNECTIONS command for the 'deadline_funnel' toolkit. This will trigger the authentication flow required to re-establish the link.

Is a session ID required for every execution?

Yes, session IDs are required to maintain state during workflows. You should generate a new ID for new workflows and reuse the existing ID for subsequent steps within the same task.