On this page
Get Involved
trigger
Triggers are used to execute a pipeline when an event occurs. They are defined in the mod and are based on a schedule, webhook, or other event.
Trigger Types
Type | Description |
---|---|
http | Create a webhook and initiate a pipeline when a request is made to the webhook. |
query | Runs a query on schedule or at regular intervals and executes pipelines when there are changes to the result set. |
schedule | Runs a pipeline on schedule or at regular intervals. |