Schedules and triggers turn a playbook from a one-click action into an autonomous workflow.Documentation Index
Fetch the complete documentation index at: https://docs.komo.ai/llms.txt
Use this file to discover all available pages before exploring further.
Schedule vs. trigger
| Schedule | Trigger | |
|---|---|---|
| Activated by | A clock (cron) | An event in a connected app |
| Typical use | Monday pipeline review, daily Signal Agent run | Inbound reply, “Closed Won,” GitHub issue opened |
| Set up in | Playbook → Schedules tab | Playbook → Triggers tab |
Schedules
Quick — one immediate run for testing. Recurring — built-in cadences:| Cadence | Typical sales use |
|---|---|
| Every minute | Real-time inbox monitoring for hot leads |
| Every 5–30 min | Signal Agent → Slack pings |
| Hourly | Dashboard refresh, urgent reply scan |
| Daily | Morning pipeline digest, end-of-day recap |
| Weekly | Monday pipeline review, Friday summary |
| Monthly | QBR generation, renewal scan |
Triggers
Inbox-driven (often easier via Inbox routing rules):- New email from VIP → notify owning rep
- Reply classified as “Hot Lead” → auto-draft fast follow-up
- “Meeting Request” → propose calendar slots
- “Unsubscribe” → propagate to all campaigns + suppression list
- New CRM contact → enrichment + ICP scoring + auto-add to list
- Account stage → “negotiation” → generate stakeholder map, push to Slack
- Signal Agent surfaces a new lead → auto-draft personalized first touch
| App | Trigger | Use |
|---|---|---|
| Gmail / Outlook | New email matching pattern | Inbound deal triage |
| Calendar | Event created / starting soon | Pre-call brief |
| Salesforce / HubSpot | Deal stage change | ”Closed Won” → onboarding |
| Slack | @komo mention or keyword | Conversational invocation |
| Notion | Page edited / row added | New ICP → kick off list build |
| GitHub / Linear | Issue/PR opened | Engineering update for an account |
| Stripe | Payment, subscription change | Customer success follow-up |
| Fireflies / Granola | Transcript ready | Auto-summarize → account timeline |
High-leverage patterns
Morning pipeline digestSetting up a schedule
Setting up a trigger
Configure filters
Narrow with
from:, subject:, channel, etc. Without filters the trigger fires on every event — too noisy.Managing
Every schedule/trigger appears in the playbook’s right panel. Pause/resume, Edit, View runs, Delete.Tips
FAQ
What happens if a scheduled task fails? Komo retries with exponential backoff. Failed runs logged in History. Configure a Slack DM for critical playbooks. Multiple schedules + triggers on one playbook? Yes — common pattern: daily schedule + on-demand Slack trigger. Timezone? Defaults to your account timezone, overridable per-schedule. DST automatic. How many schedules/triggers can I have? Depends on plan. Contact sales for higher limits.Turn any playbook into an autonomous workflow. Pick the motion you run every Monday and ask: what would make this trigger itself?