Actions
| Name | Description |
|---|---|
trigger_workflowTrigger a Retool workflow via its webhook endpoint | Trigger a Retool workflow via its webhook endpoint |
list_resourcesList all data source resources in your Retool organization | List all data source resources in your Retool organization |
list_foldersList all folders in your Retool organization | List all folders in your Retool organization |
list_usersList all users in your Retool organization | List all users in your Retool organization |
list_groupsList all permission groups in your Retool organization | List all permission groups in your Retool organization |
Quick Start
import { WeavzClient } from '@weavz/sdk'
const weavz = new WeavzClient({ apiKey: 'wvz_...' })
const result = await weavz.actions.execute({
integrationName: 'retool',
actionName: 'trigger_workflow',
input: { /* ... */ },
connectionId: 'conn_id',
workspaceId: 'ws_id',
})Related Integrations
Works well with
Frequently Asked Questions
How do I connect Retool to my app?
Use Weavz Hosted Connect for Custom authentication. Install the SDK, create a connection through the connect portal or API, then execute actions programmatically.
What actions does Retool support?
Retool supports 5 actions including Trigger Workflow, List Resources, List Folders, List Users, List Groups.
Can I use Retool with AI agents?
Yes. Add Retool to an MCP server in TOOLS mode or CODE mode. CODE mode provides 80-98% context reduction with 3 meta-tools for efficient agent access.
What authentication does Retool use?
Retool uses Custom. Weavz handles token management, refresh, and secure credential storage automatically.
How much does the Retool integration cost?
The Retool integration is included on all Weavz plans including the free tier with 1,000 actions per month. No credit card required.
Connect Retool in 2 minutes
Get 1,000 free actions every month. No credit card required.