We currently support five types of Triggers: Manual Invoke, Events, Scheduled, HTTP, and Integration Webhooks. You can use any of these to start a Job Run.Documentation Index
Fetch the complete documentation index at: https://trigger-v3-fix-additional-files.mintlify.app/llms.txt
Use this file to discover all available pages before exploring further.
Invoke
Run your Job manually by using
Job.invoke()Event
Run your Job when you send events with data
Scheduled
Run a Job on a repeating schedule
Integration webhooks
Easily subscribe to realtime API changes using integrations
HTTP
Trigger your Jobs in realtime when events happen in APIs
DynamicTrigger & DynamicSchedule
Create Triggers and Schedules with dynamic settings

