Skip to content
Recued
Menu
← Back to recipes

Gmail thread review brief

by recued-core v1

Read-only review brief for one Gmail thread. It reads the full parsed thread, optional selected-message metadata, mailbox labels, drafts, send-as identities, and vacation responder state through recued-core.gmail, then asks the AI summarizer for participants, urgency, commitments, open questions, risks, and next actions. 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 22 steps

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

Process (22 steps)
message_id trim
Trim whitespace from setting message id
has_message compare
Check if message id has data
thread ?
selected_message ?
skip: step.has_message not_equal true
labels_raw ?
drafts_raw ?
send_as_raw ?
vacation ?
messages default
Apply default
labels default
Apply default
drafts default
Apply default
send_as default
Apply default
message_rows slice
Take a subset of
draft_rows slice
Take a subset of
message_count count
Count items in messages
label_count count
Count items in labels
draft_count count
Count items in drafts
send_as_count count
Count items in send as
summarize ?
message_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 7 configurable

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

focus setting = Summarize participants, urgency, commitments, open questions, pending owner actions, stale context, and reply posture. Do not invent facts that are not in the Gmail thread.
google setting =
row limit setting = 25
thread id setting =
max length setting = 900
message id setting =
draft query setting = in:drafts newer_than:30d

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

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

About

Tags

gmail gmailemailthreadmessagedraftslabelsreviewai-summarypack:gmail

Details

22 steps 7 configurable settings recipe_id: gmail-thread-review-brief