> For the complete documentation index, see [llms.txt](https://docs.rox.com/development/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://docs.rox.com/development/product/agent-workflows/workflow-triggers.md).

# Workflow Triggers

Today, Agent Workflows can start from these trigger types:

#### On a Schedule

Use this for recurring scheduled work.

Examples:

* every weekday at 8 AM
* every Friday at 4 PM
* every Sunday evening

Best for:

* summaries
* recurring reminders
* scheduled reports
* daily prep

<figure><img src="/files/u3pNltTWNqAwECkiZb7B" alt=""><figcaption></figcaption></figure>

#### Before/after a meeting

Use this for workflows tied to pre-meeting preparation or post-meeting tasks

Best for:

* before or after a meeting
* timed follow-up
* time-based automations around objects in Rox

<figure><img src="/files/JSQzwmNj0m7Mv5nRCTdu" alt=""><figcaption></figcaption></figure>

#### On transcript completion

Use this when you want a workflow to start as soon as a transcript is processed.

Best for:

* meeting summaries
* follow-up drafts
* action item extraction
* call analysis

<figure><img src="/files/zrIi3LGBwXbga6CQyD2I" alt=""><figcaption></figcaption></figure>

#### On Opportunity Activity

Use this when you want workflows to react to deal changes.

Best for:

* risk alerts
* stage-change workflows
* deal summaries
* qualification checks

<figure><img src="/files/0gpIntMbEJFsObzPW7ni" alt=""><figcaption></figcaption></figure>

#### On webhook call

Use this when the event starts outside Rox.

Best for:

* form submissions
* signups
* internal system events
* external tool integrations

<figure><img src="/files/UVdGGqES1JTRLmSsIoFl" alt=""><figcaption></figcaption></figure>

#### On clever column cell generation

Use this when a Clever column cell generation event should trigger follow-on work.

Best for:

* downstream automation from generated values

<figure><img src="/files/AMe0Id55xjSwMSNyTiGK" alt=""><figcaption></figcaption></figure>
