Blocks
Retool
Build internal tools fast with low-code platform for developers.
Integrate with Retool to programmatically manage internal tools, workflows, and automation. Retool is a low-code platform that helps developers build internal tools 10x faster by combining pre-built UI components with your own code, databases, and APIs. Perfect for admin panels, dashboards, and operational tools.
Block Preview
Retool
Build internal tools fast with low-code platform for developers.
Usage
- Add the block to your workflow and connect it to the upstream step.
- Configure any required credentials or tokens in the inputs.
- Fill in required inputs and optional parameters for the run.
- Run a test execution, inspect outputs, and iterate before deploying.
- Deploy the retool block with monitoring enabled in production.
Inputs (UI)
Retool API Token
short-inputPlaceholder: Enter your Retool API access token
Layout: full
Retool Subdomain
short-inputPlaceholder: your-company (from your-company.retool.com)
Layout: full
Operation
dropdownLayout: full
Options: List Apps, Get App, List Resources, Get Resource
App ID
short-inputPlaceholder: Enter app ID
Layout: full
Condition: operation = "get_app"
Resource ID
short-inputPlaceholder: Enter resource ID
Layout: full
Condition: operation = "get_resource"
Workflow ID
short-inputPlaceholder: Enter workflow ID
Layout: full
Condition: operation = "trigger_workflow"
Workflow Parameters (JSON)
codePlaceholder: {"param1": "value1", "param2": "value2"}
Layout: full
Condition: operation = "trigger_workflow"
Inputs (API)
credential
stringRequired
subdomain
stringRequired
operation
stringRequired
appId
stringOptional
resourceId
stringOptional
workflowId
stringOptional
workflowParams
jsonOptional
Outputs
Primary response type:
{
"data": "json"
}