Digest
Digest: Batches and sends summary notifications at a recurring digest schedule.
Human-readable name of the node
"Daily digest"
"digest"Type of schedule. Determines how the digest schedule is resolved.
static: Schedule is fixed and will be used for all recipients.
dynamic: Schedule is dynamic and will be computed at runtime using the dynamic_schedule_expr.
category_digest_schedule: Uses the digest schedule configured on the notification category linked to this workflow. The recipient's selected digest option (or the category default) determines the schedule.
static, dynamic, category_digest_schedule Description of what this node does
jq-expression for deriving dynamic digest schedule at runtime. Eg. .digest_schedule
".digest_schedule"
Static schedule configuration for digest notifications.
Maximum number of items to retain after digest closes (1-100). By default, 10 items are retained.
1 <= x <= 100Retain items in this order when retain_count is specified.
first, last Digest will be sent if number of triggers in the batch are greater than or equal to this count, else skipped.
x >= 1