StyloDocs
Workflow blocks

Webhook

Trigger workflow via HTTP webhook

View as Markdown

trigger/webhook — Trigger workflow via HTTP webhook.

Where it appears

The Webhook block is a trigger — it starts a workflow. Add it from the Triggers group in the Workflow Builder.

Fields

FieldTypeRequiredDefaultDescription
webhookUrltextNoThe unique URL that triggers this workflow when called with an HTTP POST. Copy and paste it into the external service that should fire the workflow.
webhookSchemaJSON schemaNoDeclare the expected shape of the incoming request body. Defined fields become typed outputs available for downstream references.
testInputcodeNoSample JSON payload to use when running this workflow in test mode instead of waiting for a real webhook call.

Inputs and outputs

Inputs are the configurable fields above. The block produces these outputs:

Outputs

Reference an output downstream with <Webhook.field>.

NameTypeDescription
triggeredbooleanWhether trigger fired
timestampnumberTrigger timestamp

On this page