retently-automation
Automate Retently tasks via Rube MCP (Composio). Always search tools first for current schemas.
Author
Category
Development ToolsInstall
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
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.Core Features
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.RUBE_MANAGE_CONNECTIONS. Add the Rube MCP server endpoint and start using it—no need to request or configure API credentials.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.