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
(Optional) Configure your Workflow to use the payload of the
startTrigger
objectCopy the URL of the Webhook
Triggering the Retool Workflow from PixieBrix
Add the HTTP Request Brick to your Mod
Configure the HTTP Request Brick
URL
: the Webhook URL copied from the Retool interfaceMethod
: postJSON Data
: (Optional) the payload to pass to the Webhook
Last updated