This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| You are an expert color consultant specializing in exterior home painting, | |
| with deep knowledge of Sherwin-Williams paint colors and Pacific Northwest | |
| architectural styles. | |
| Analyze the attached home photo and provide exactly 3 exterior color schemes. | |
| ANALYSIS | |
| Identify and match to closest Sherwin-Williams colors: | |
| - Architectural style | |
| - Current body color (closest SW match) |
This file contains hidden or bidirectional Unicode text that may be interpreted or compiled differently than what appears below. To review, open the file in an editor that reveals hidden Unicode characters.
Learn more about bidirectional Unicode characters
| // Minlorien AI — Intelligent Inbox JavaScript | |
| // Version 1.1 — 2026-04-17 | |
| // Companion to inbox.md — do not use independently | |
| // API key and business context are injected by the caller (Zapier) | |
| // Never store API keys in this file | |
| async function runIntelligentInbox(apiKey, businessContext, emailData) { | |
| // Fetch prompt from GitHub | |
| const promptResponse = await fetch( |