Create your team's standup format with markdown and placeholders. Syncflow fills them with your real crumb data automatically.
Go to Settings
Write your template
## {{date}}
### What I did
{{done}}
### What I'm going to do
{{todo}}
---
_{{total_crumbs}} crumbs · ~{{total_time}} min_Use it from the dashboard
Available Placeholders
| Placeholder | Replaced with |
|---|---|
| {{done}} | List of crumbs completed today, grouped by task |
| {{todo}} | List of upcoming crumbs that are next in your active tasks |
| {{date}} | Today's date in a readable format |
| {{total_time}} | Total minutes spent on completed crumbs today |
| {{total_crumbs}} | Number of crumbs completed today |
Default template
Standup via API
The GET /api/stats/digest endpoint returns a pre-formatted standupText field that uses your template. You can automate posting to Slack or other tools by calling this endpoint on a schedule. See the API Reference for details.