Mail Desk the mails that need YOU - spotted, summarised, and the reply already written
One-time setup: pipe the mailboxes into this desk (10 minutes, admin - same as the Sales pipe)
- Make sure
LEAD_INBOX_SECRETandANTHROPIC_API_KEYexist in Netlify environment variables (the Sales pipe uses the same). - In make.powerautomate.com: Create → Automated cloud flow → trigger "When a new email arrives (V3)" on
ajitjena@ajeets.com. - Add step HTTP: Method POST · URL
https://tracker.ajeets.com/api/mail-triage· Headerx-lead-secret= your secret · Body:{"from_name":"[From Name]","from_email":"[From]","subject":"[Subject]","body":"[Body Preview]","mailbox":"ajitjena@ajeets.com"}using dynamic content. - Save. Repeat the same flow for
info@ajeets.com. Every mail now lands here within seconds, triaged. - If you already built the Sales lead flows: just add this second HTTP step inside those same flows - one flow, two posts.
- 📤 To make "Send now" work (5 minutes, once): make.powerautomate.com → Create → Instant cloud flow → trigger "When an HTTP request is received". In the trigger: "Who can trigger" = Anyone, and paste this Request Body JSON Schema:
{"type":"object","properties":{"to":{"type":"string"},"subject":{"type":"string"},"body":{"type":"string"}}} - Add action Office 365 Outlook → "Send an email (V2)": To = to · Subject = subject · Body = body (dynamic content from the trigger). Save.
- Reopen the trigger - it now shows the HTTP POST URL. Copy it → Netlify → Environment variables → add MAIL_SEND_FLOW_URL = that URL (mark secret) → redeploy. From then on, 📤 Send now really sends, from the company mailbox, in one tap - phone included.
