Skip to main content

startTrigger block reference

Trigger workflows on a schedule or with webhook events.

Automatically run workflows with a schedule or webhook events.

Properties

data
object[]

Data received by the workflow when triggered from a webhook event. When editing a workflow, data corresponds to the test JSON input specified in the block.

headers
object

Headers received by the workflow when triggered from a webhook event.

urlParams
object

URL parameters received by the workflow when triggered from a webhook event. The parameters workflowApiKey and environment are reserved and are unavailable in the object.

Learn how to trigger workflows on a schedule or with webhooks.