Using your teammates
Last updated
Was this helpful?
Last updated
Was this helpful?
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)
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.
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.
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.