Workflows are automated routines that run without you having to do anything. Define a task once, and Dimension runs it for you — on a schedule or when something happens in your tools.Documentation Index
Fetch the complete documentation index at: https://docs.dimension.dev/llms.txt
Use this file to discover all available pages before exploring further.
How to create a workflow
You can create workflows from the Workflows page or by asking Dimension in chat:- “Create a workflow that summarizes my emails every morning”
- “Set up a workflow that posts a Slack message when a Vercel deployment fails”
- Prompt — What you want Dimension to do, written in plain language
- Integrations — Which tools the workflow can use
- Schedule or trigger — When it should run
How workflows execute
Workflow types
- Scheduled
- Triggered
Run at set times — daily, weekdays, weekly, or custom.Examples:
- Every weekday at 9 AM — summarize unread emails
- Every Monday at 8 AM — weekly sprint summary
- Every Friday at 5 PM — weekly accomplishment recap
Example workflows
| Trigger | What Dimension does |
|---|---|
| New email from a client | Summarize the email and create a todo |
| Vercel deployment failed | Post failure details to Slack and create a Linear issue |
| GitHub PR opened | Review the changes and post a summary comment |
| Calendar event in 15 minutes | Prepare meeting briefing notes |