Triggers
Learn about time-based and event-based triggers
In Kubiya, you can trigger AI Teammates to take action in 3 ways:
On-command (via chat)
Event-based (via webhooks)
Time-based (via scheduled tasks, i.e. cronjobs)
On-command (Chat)
To use your teammates on-command, you do not need to do anything special during set up. By default, any user with access to a teammate can instruct it via chat to perform certain actions.
Event-based (Webhooks)
To have predefined events trigger your teammates to take action, you can set up Kubiya webhooks.
Setting up a webhook entails defining the logic of what should happen whenever the webhook is triggered, and you will receive a webhook URL. Learn more about webhooks
Time-based (Scheduled tasks)
Scheduled tasks are cronjobs where at predefined times, your AI Teammate will take action.
Setting up a scheduled task entails defining the logic of what should happen when the scheduled time arrives, as well as the time and frequency of the task. Learn more about scheduled tasks.
Last updated