We use analytics and marketing cookies to understand how Grip OS is discovered and used. No data leaves your device without consent. Cookie Policy

All Recipes

Inbox Triage

Runs the Grip Mail triage engine to classify emails by urgency, topic, and required action, then summarizes important threads. Schedule this every morning or multiple times daily to keep your inbox under control without manual sorting.

beginner
Scheduled (Cron)
2 steps
1 minute

Steps

1

Categorize and prioritize inbox emails

email_triage via gripos-mail

2

Summarize high-priority threads

email_summarize_thread via gripos-mail(when triage_results.high_priority.length > 0)

Recipe JSON

{"schedule":"0 8,12,17 * * 1-5","steps":[{"tool":"email_triage","output_as":"triage_results"},{"tool":"email_summarize_thread","condition":"triage_results.high_priority.length > 0","output_as":"thread_summaries"}]}

Prerequisites

  • Grip Mail connected to email account

Run this recipe in Grip OS

Copy the JSON above, paste it into your Grip OS config, and it runs on schedule or on demand.