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.

Back to Catalog
Toolsretool

Block Preview

Retool

Build internal tools fast with low-code platform for developers.

Usage

  1. Add the block to your workflow and connect it to the upstream step.
  2. Configure any required credentials or tokens in the inputs.
  3. Fill in required inputs and optional parameters for the run.
  4. Run a test execution, inspect outputs, and iterate before deploying.
  5. Deploy the retool block with monitoring enabled in production.

Inputs (UI)

Retool API Token

short-input

Placeholder: Enter your Retool API access token

Layout: full

Retool Subdomain

short-input

Placeholder: your-company (from your-company.retool.com)

Layout: full

Operation

dropdown

Layout: full

Options: List Apps, Get App, List Resources, Get Resource

App ID

short-input

Placeholder: Enter app ID

Layout: full

Condition: operation = "get_app"

Resource ID

short-input

Placeholder: Enter resource ID

Layout: full

Condition: operation = "get_resource"

Workflow ID

short-input

Placeholder: Enter workflow ID

Layout: full

Condition: operation = "trigger_workflow"

Workflow Parameters (JSON)

code

Placeholder: {"param1": "value1", "param2": "value2"}

Layout: full

Condition: operation = "trigger_workflow"

Inputs (API)

credential

string

Required

subdomain

string

Required

operation

string

Required

appId

string

Optional

resourceId

string

Optional

workflowId

string

Optional

workflowParams

json

Optional

Outputs

Primary response type:

{
  "data": "json"
}

Tool Access

retool_api
Retool | NowFlow Blocks