Trigger Retool Workflows

With PixieBrix, you can trigger a Retool Workflow from any web app.

PixieBrix triggers Retool Workflows via Webhook

Preparing your Retool Workflow

  1. (Optional) Configure your Workflow to use the payload of the startTrigger object

  2. Copy the URL of the Webhook

Triggering the Retool Workflow from PixieBrix

  1. Add the HTTP Request Brick to your Mod

  2. Configure the HTTP Request Brick

    • URL: the Webhook URL copied from the Retool interface

    • Method: post

    • JSON Data: (Optional) the payload to pass to the Webhook

Last updated