Inputs
Inputs define how your workflows are triggered. Browse available input types and their documentation.
input
HTTP Webhook
Trigger your workflow via HTTP requests. This input type creates an HTTP server that listens for incoming requests and triggers the workflow when a request is received. After creating your workflow, the webhook endpoint details will be available on the workflow details tab.
input
Cron
Schedule your workflow to run at specific times using cron expressions. This input type uses standard cron syntax to define when the workflow should execute automatically. You can optionally provide a static payload that will be passed to the workflow on each execution.