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 "http" "my_webhook" { pipeline = pipeline.my_pipeline args = { event = self.request_body } }