Available Basic Triggers
Scheduler Trigger
The Scheduler trigger allows you to run AI agent tasks at specified times or intervals.Trigger Description
The Scheduler trigger executes AI agent tasks based on a defined schedule, similar to a cron job.Trigger Conditions
The trigger activates according to the specified schedule, which can be set using cron-like syntax.Event Data
The Scheduler trigger uses cron-like syntax for scheduling.
Webhook Trigger
The Webhook trigger allows external systems to initiate AI agent tasks via HTTP requests.Trigger Description
The Webhook trigger enables event-driven execution of AI agent tasks, activated by incoming HTTP POST requests.Trigger Conditions
The trigger activates when a valid HTTP POST request is received at the webhook endpoint associated with the AI agent.Event Data
If no threadId is provided, a new conversation thread will be created for each
webhook call.