retently-automation

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

Install

Hot:44

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

Retently Automation Skill - Integrate Retently NPS Surveys and Customer Feedback via Rube MCP Without an API Key

Skill Overview


Automate Retently NPS surveys and customer feedback workflows using Rube MCP and Composio, enabling bulk survey sending, connection management, and workflow execution without needing an API key.

Use Cases

  • Automated Customer Feedback Collection - Trigger an NPS survey automatically after users complete key actions, such as after a purchase, after using a new feature, or after closing a support ticket—no manual sending required.
  • Batch Management of Retently Surveys - Use RUBE_MULTI_EXECUTE_TOOL to create, send, and analyze surveys in bulk. Ideal for SaaS products and teams that need to collect user feedback on a regular basis.
  • Application Integration and Workflows - Integrate Retently into existing apps or automation pipelines. Use the unified Rube MCP interface so it can coordinate with other tools and services.
  • Core Features

  • Dynamic Tool Discovery and Execution - Use RUBE_SEARCH_TOOLS to fetch the latest Retently tool schema in real time, ensuring you use the correct fields and parameters and avoiding call failures due to API changes.
  • Connection Management Without an API Key - Create a Retently connection with RUBE_MANAGE_CONNECTIONS. Add the Rube MCP server endpoint and start using it—no need to request or configure API credentials.
  • Batch Operations and Workflow Support - Support RUBE_REMOTE_WORKBENCH to run complex Composio toolchains. It can handle paginated data, repeat tasks, and build multi-step automation workflows.
  • FAQs

    Does Retently automation require an API key?


    No. With Rube MCP, you just need to add https://rube.app/mcp as the MCP server, then establish the connection using RUBE_MANAGE_CONNECTIONS. No API key is required.

    How do I connect Retently via Rube MCP?


    First call RUBE_SEARCH_TOOLS to confirm the available tools in Rube MCP. Then use RUBE_MANAGE_CONNECTIONS and set the toolkit to retently. If the connection is not activated, the system will return an authentication link. After completing authentication, the connection status will show as ACTIVE.

    What are the limitations of Retently automation?


    Before using it, you must call RUBE_SEARCH_TOOLS to get the current tool schema, since the tool schema may change. Also, when executing tools you must include a memory parameter (even if it’s an empty object), and check pagination markers in the responses to ensure you retrieve complete data.

    Can Retently be used for free?


    The Rube MCP connection itself is free, but Retently service usage limits depend on your Retently account type and quotas. For details, visit composio.dev/toolkits/retently.

    How do I send Retently surveys in bulk?


    Use RUBE_MULTI_EXECUTE_TOOL with the target tool’s slug and parameters, or use RUBE_REMOTE_WORKBENCH to run a script containing multiple tool calls. It’s recommended to call RUBE_SEARCH_TOOLS first to get the correct tool parameter format.