Skip to content
Recued
Menu
← Back to recipes

Gmail inbox priority digest

by recued-core v1

Scheduled read-only digest for one Gmail mailbox. It reads the mailbox profile, labels, matching inbox threads, unread messages, draft IDs, send-as identities, and vacation responder state through recued-core.gmail, renders compact tables, and can send an in-app nudge when visible mail needs attention. It never sends mail, creates or sends drafts, mutates labels, changes filters, changes settings, deletes, trashes, imports, watches Pub/Sub, or calls arbitrary Gmail APIs.

How it works 31 steps

Inspect the data fetches, transforms, gates, and output this recipe runs.

Process (31 steps)
profile ?
labels_raw ?
inbox_threads_raw ?
unread_messages_raw ?
drafts_raw ?
send_as_raw ?
vacation ?
labels default
Apply default
inbox_threads default
Apply default
unread_messages default
Apply default
drafts default
Apply default
send_as default
Apply default
label_rows slice
Take a subset of
thread_rows slice
Take a subset of
unread_rows slice
Take a subset of
draft_rows slice
Take a subset of
label_count count
Count items in labels
thread_count count
Count items in inbox threads
unread_count count
Count items in unread messages
draft_count count
Count items in drafts
send_as_count count
Count items in send as
visible_count sum
Sum values in
has_mail compare
Check if visible count is greater than 0
notify_enabled compare
Check if setting notify when mail equals true
should_notify all
Check if all conditions are true
notify ?
skip: step.should_notify not_equal true
thread_table to_table
Format results as a data table
unread_table to_table
Format results as a data table
label_table to_table
Format results as a data table
draft_table to_table
Format results as a data table
card to_summary
Format results as a summary card
Settings 10 configurable

Configurable at install. Defaults shown — change them anytime in Recued.

google setting =
channels setting = in_app
end hour setting = 10
weekdays setting = 1,2,3,4,5
row limit setting = 25
start hour setting = 8
draft query setting = in:drafts newer_than:30d
inbox query setting = in:inbox newer_than:2d
unread query setting = label:unread newer_than:7d
notify when mail setting = true

Trust & control

What installing this recipe would let it do. Recued grants these permissions at install — review them there before approving.

Where it runs

Device + server Runs on your device (browser) or your server.

Permissions it requires

Send notificationsRead your Google connection
Declared by the recipe — Recued grants these at install, where you review them before approving.

About

Tags

gmail gmailemailinboxthreadsunreaddraftsdigestschedulenotificationpack:gmail

Details

31 steps 10 configurable settings recipe_id: gmail-inbox-priority-digest