# Zapier: Inbox Zero with AI-Drafted Replies

> Gmail → Zapier → OpenAI → save a draft in Gmail. Every non-newsletter email arrives with a personalized draft reply waiting.

**Platform:** Zapier  
**Category:** zapier  
**Difficulty:** Beginner  
**Tags:** zapier, gmail, openai, productivity  
**Updated:** 2026-06-22  
**Source:** https://promptfoo.tech/workflows/zapier-inbox-zero-with-ai-drafts

## Overview
The friction to reply is the friction to open. This Zap watches your primary inbox, uses GPT-4o-mini to draft a short, on-tone reply grounded in the last thread's context, and saves it as a Gmail draft — never sends. Opening the email shows a draft you either send, edit, or discard.

## How it works
1. Zap trigger: new email in Gmail, filter to Primary category.
2. Filter step excludes newsletters and calendar invites.
3. OpenAI step: system prompt = voice guide + 'you are drafting on behalf of {name}'.
4. Gmail action: Create Draft in the same thread.

## Benefits
- Turns 'reply later' into 'send in one click'.
- Voice guide keeps drafts sounding like you, not like ChatGPT.
- Zero risk of accidental send — drafts only.

## Use cases
- Founders, consultants, salespeople with 50+ inbound emails a day.
- Executives who dictate replies to an assistant — this is your assistant.
- Anyone whose reply-latency embarrasses them.

## Step-by-step
### Step 1: Set the Gmail filter
Match Primary category only. Exclude labels: promotions, updates, forums.

### Step 2: Author your voice guide
One paragraph: how you open, how you close, sentence length, forbidden words (e.g. 'circle back').

### Step 3: Design the prompt
System: voice guide. User: sender, subject, last 3 messages. Ask for a reply under 90 words.

### Step 4: Route to Gmail Create Draft
Set threadId so it lands in the correct conversation. Never use Send Email.

### Step 5: Review + tune
For the first week, open every draft. Note what you consistently edit — feed that back into the prompt.

## Example
```
Incoming: 'Hey, can we push tomorrow's call to Thursday?'
Draft: 'Thursday works — same time? I'll resend the invite.'
```

## FAQs
**What about sensitive email?**

Add sender/topic filters. Also: drafts never send, so worst case is a bad draft you delete.

**Which model?**

GPT-4o-mini is enough for short reply drafts. 4o only if you handle long, nuanced threads.

**Privacy?**

Email bodies pass through OpenAI. For regulated workflows use Azure OpenAI or self-hosted Llama with Ollama.

---
Licensed under CC-BY-4.0. Attribution: PromptFoo.tech