docs/.mintlify/skills/dashboard-workflows/references/digest-step.md
Digest step to batch multiple notifications. Place BEFORE channel steps.
regular (default):
timed — with a cron expression, collects events until the scheduled time (UTC).payload.projectId) for per-project digests.Steps after a digest step can reference:
steps.<digest-step-id>.events — the array of digested events (use with a repeat node in Block Editor or a {% for %} loop in HTML).steps.<digest-step-id>.eventCount — the number of digested events.See email-step.md for the Block Editor repeat + current.payload.* pattern.
design-workflow/references/digest-defaults.md — default windows, digest key composition, when to skip the digestemail-step.md — Block Editor digest variables (current.payload.* + aliasFor)step-conditions.md — gate steps on eventCount (e.g. only send a summary email when more than N events)