The daily digest summarizes what you accomplished, grouped by task. Use it for standups, client reports, or time logs.
Dashboard Card
Your dashboard includes a daily digest card that shows today's completed crumbs, grouped by task. Each entry includes the crumb title and the task it belongs to. A Copy standup button lets you copy a formatted summary to your clipboard in one click.
Copy Standup
Clicking Copy standup generates a formatted text based on your standup template. If you have not created a custom template, a sensible default is used. The output is copied to your clipboard, ready to paste into Slack, Teams, Discord, or any standup tool.
Custom Format via Templates
Create a standup template in Settings → Templates with your team's preferred format. Use placeholders like {{done}}, {{todo}}, and {{date}}. Syncflow fills them with your real crumb data automatically. Learn more in Standup Templates.
API Endpoint
Fetch the digest for any date programmatically:
GET /api/stats/digest?date=2026-03-16
Authorization: Bearer YOUR_KEYThe response includes:
crumbs -- array of completed crumbs with task infototalCrumbs -- count of crumbs completed that daytotalMinutes -- sum of actual time spentstandupText -- pre-formatted text using your standup templateIf no date parameter is provided, it defaults to today.
Automation ideas
Use the digest API with automation tools to: