
En curso
Publicado
Pagado a la entrega
Full detail in notion [login to view URL] # [login to view URL] Expert Needed — AI Email Classifier Improvements (3 Enhancements) ## Overview We have a working [login to view URL] scenario that automatically classifies incoming emails using GPT-4o-mini and moves them to the correct folder in Zoho Mail. The core flow is functional (Webhook → GPT → Router → move email). We need an experienced [login to view URL] developer to implement 3 specific improvements directly in the Make visual editor. **Estimated scope:** 3–6 hours total. Fixed price preferred. --- ## Current State - Scenario #4543102 in [login to view URL] (team ID: 1835732) - Classifies emails from a single inbox into 7 categories: `cotizacion`, `prioridad_alta`, `tarea_notion`, `acceso`, `notificaciones`, `spam_promocional`, `otros` - Classification categories and destination folder IDs are currently hardcoded for a single user - GPT-4o-mini is already connected and working - Existing Make connections you'll reuse: - Zoho Mail: "Admin FULL" (ID: 8076348) - Notion: "My Notion Internal connection" (ID: 7541936) - OpenAI: "Clasificador Correos" (ID: 8073039) - MySQL: "Lasus MySQL" (ID: 7295310) --- ## Deliverables ### Improvement 1 — Pull classification rules dynamically from Notion **Goal:** Before GPT classifies an email, fetch active rules from a Notion database and inject them into the GPT prompt. Users can then add/modify rules in Notion without touching Make. **Notion data source:** - Data source ID: `3aa6bfe9-b321-4227-9dbf-c3988f010ff0` - Relevant fields: `Patron remitente` (sender pattern), `Tipo condicion` (domain / exact_email), `Tipo de regla` (target classification), `Activa` (checkbox, filter active only) - Already has 5 example rules populated **What to build in Make:** 1. Add a **Notion → Search Objects** module between the Webhook and the OpenAI module - Search Data Source Items on data source `3aa6bfe9-b321-4227-9dbf-c3988f010ff0` - Filter: `Activa = true` - Limit: 50 2. Add a **Tools → Text Aggregator** after the Notion Search - Source module: the Notion Search module above - Row separator: new line - Text row format: `If fromAddress contains '[Patron remitente]' → classify as '[Tipo de regla]'` 3. Modify the OpenAI prompt to prepend: ``` PRIORITY RULES (from Notion — apply BEFORE classifying):[Text Aggregator output]INSTRUCTION: If the sender matches any of the above patterns, apply that classification directly. Otherwise, classify based on the categories below. ``` **Expected result:** Adding a rule in Notion (e.g., "if sender contains [login to view URL] → spam_promocional") is automatically applied without touching Make. --- ### Improvement 2 — Make the scenario multi-user with dynamic folder IDs **Goal:** The same scenario should route emails for multiple users, each with their own Zoho Mail folders. Currently, folder IDs are hardcoded for a single account. **Notion data source (user-folder mapping):** - Data source ID: `b9989857-8c66-44c4-b873-cbcc8c8d4daa` - Fields: `Email usuario`, `Clasificacion`, `Folder destino ID`, `Account ID Zoho`, `Activo` - Already has 7 records for the current user (one per classification) **What to build in Make:** 1. After the JSON Parse module, add a **Notion → Search Objects** module - Data source ID: `b9989857-8c66-44c4-b873-cbcc8c8d4daa` - Filter (3 conditions, AND): - `Activo = true` - `Clasificacion = [accion variable from JSON Parse]` - `Email usuario = [toAddress from Webhook]` - Limit: 1 2. Replace the 7 hardcoded Zoho Mail routes in the Router with **a single dynamic route** that uses: - Account ID: `Account ID Zoho` from the Notion lookup - Folder ID: `Folder destino ID` from the Notion lookup 3. Keep the special-action routes separate in the Router: - `tarea_notion` → create task in Notion (existing) - `cotizacion` → insert record in MySQL (existing) **Expected result:** Adding a new user requires only: (a) configure outbound webhook in their Zoho Mail, (b) create 7 mapping records in Notion with their folder IDs. No changes to Make needed. **Note to validate:** The "Admin FULL" Zoho Mail connection (ID: 8076348) needs to have permission to move emails across multiple organizational accounts. If it doesn't, a Zoho admin-level OAuth connection may be required — please flag this during implementation. --- ### Improvement 3 — Review and fix misclassifications **Goal:** Audit recent execution history and improve classification accuracy for observed error patterns. **Known issues:** - Provider API notification emails classified as `notificaciones` instead of `otros` - Some newsletters reaching the inbox not classified as `spam_promocional` **What to do:** 1. Review execution history in Make scenario #4543102 and identify misclassification patterns 2. Adjust the GPT prompt in the OpenAI module based on the patterns found 3. Add specific rules to the Notion classification rules database for recurring cases --- ## Access You'll Need - **[login to view URL]:** Access to scenario #4543102 (team 1835732, org 6456907) — will be granted upon hiring - **Notion workspace:** Read/write access to two databases (classification rules + user folder mapping) — will be granted upon hiring - **No Zoho Mail access needed** - **No MySQL access needed** --- ## Skills Required - [login to view URL] (intermediate to advanced) — Notion Search, Text Aggregator, Router, JSON modules - Familiarity with OpenAI API prompt structure in Make - Notion API via Make (Search Objects, filtering by data source) - Basic understanding of Zoho Mail webhook flows (no configuration needed, just context) --- ## What We're NOT Looking for - Rebuilding the scenario from scratch - Python/JS development - Changes to the Zoho Mail configuration - Changes to the Notion database schemas --- ## Budget & Timeline Fixed price proposals preferred. Please include: - Your estimated hours per improvement - Any blockers or questions based on this description (especially regarding multi-account Zoho permissions) - Examples of Make scenarios you've built that involve multi-step Notion + OpenAI flows
ID del proyecto: 40367575
30 propuestas
Proyecto remoto
Activo hace 1 mes
Fija tu plazo y presupuesto
Cobra por tu trabajo
Describe tu propuesta
Es gratis registrarse y presentar ofertas en los trabajos

Hi, I can implement these 3 improvements in your [login to view URL] scenario cleanly without breaking the existing flow. I have 3 plus years of experience in automation and have built similar Make workflows with Notion and OpenAI, and I will handle rule injection, multi user mapping, and classification fixes with proper testing. I can complete this within a day and ensure the system is scalable and easy to manage
$70 USD en 1 día
5,0
5,0
30 freelancers están ofertando un promedio de $132 USD por este trabajo

? Hello, I can implement the 3 improvements directly in your Make scenario #4543102 with clean, scalable logic. • Improvement 1 (Notion rules): Add Notion Search + Text Aggregator and inject dynamic rules into the GPT prompt for zero-touch updates • Improvement 2 (multi-user): Replace hardcoded routes with dynamic Notion lookup for folder/account IDs, keeping special routes intact • Improvement 3 (accuracy): Review execution logs, refine prompt, and add targeted rules for misclassifications Estimated effort: ~4–6 hours total. I’ll also validate Zoho multi-account permissions and flag any limitation early. I’ve built similar Make flows combining Notion + OpenAI + routing logic, focused on reliability and easy scaling. Ready to start immediately. Regards, Carlos
$140 USD en 7 días
4,0
4,0

Having perused your project description, I'm excited by the opportunity to enhance your AI Email Classifier in Make.com. My name is Jairo Alberta, an experienced web developer skilled in technologies such as API development. This wide array of skills puts me in a unique position to effectively handle and implement the 3 specific improvements needed in your project directly in the Make visual editor. With regards to the first step, pulling classification rules dynamically from Notion; I've had previous experience using Notion as a source and connecting it with Make. This will allow users to add/modify rules without necessarily touching Make. On improvement 2, making the scenario multi-user with dynamic folder IDs; my proficiency in N8N which is another automation tool similar to Make will come into play here. I've built routes similar to what you've described, helping clients handle multiple accounts with personalized routes. I can create web solutions that are efficient and highly effective for your task. Best Regards
$100 USD en 1 día
4,1
4,1

Hola, Entiendo: mejorar el escenario actual en Make para leer reglas desde Notion, soportar múltiples usuarios con folders dinámicos y reducir malas clasificaciones, sin rehacer el flujo. Propuesta técnica (resumo): - Improvement 1: Añadir Notion → Search Objects (datasource 3aa6...), Text Aggregator y prepender reglas al prompt de OpenAI. - Improvement 2: Añadir Notion → Search Objects (datasource b998...), buscar por Email usuario + Clasificacion y usar Account ID / Folder ID dinámicos en la ruta Zoho; mantener rutas especiales (tarea_notion, cotizacion). - Improvement 3: Revisar historial, ajustar prompt y añadir reglas Notion para patrones recurrentes; documentar cambios. Entregables: - Escenario Make actualizado (módulos añadidos y prompt modificado) - Tests de ejemplo + instrucciones para añadir usuarios/reglas - Nota sobre permisos de Admin FULL de Zoho si hace falta OAuth admin Presupuesto y tiempo: - Estimación: 3-6 horas total - Precio fijo sugerido: $200 - Entrega: 2-3 días hábiles Gracias, Best regards,
$190 USD en 3 días
2,6
2,6

I CAN START WORK IMMEDIATELY I'm Ramiz, a seasoned developer specializing in API integration and workflow automation, which I believe makes me an ideal fit for your project. Having worked extensively on WordPress and Shopify platforms, I have extensive experience with creating customized functionalities that align precisely with business needs - just like what you're looking for. In terms of the specific project needs you've mentioned, I can confidently say that I've dealt with similar situations before. For example, enhancing your email classifier by dynamically pulling classification rules from Notion is something I'm well-prepared to do. Leveraging the power of Make visual editor, I can robustly set up and integrate the 'Notion → Search Objects' module you need to fetch active rules and inject them into the GPT prompt effectively streamlining your classification process outside Make. Additionally, when it comes to making your scenario multi-user with dynamic folder IDs, my proficiency in understanding and working with diverse APIs will come in handy. In conclusion, by leveraging my skills in API development and my prior success in platform enhancement on WordPress and Shopify, I am confident that I can provide quick yet robust solutions that would significantly improve your current AI email classifier scenario. Looking forward to discussing this project further. Thank you for considering my proposition. Warm regards, Ramzi
$30 USD en 3 días
0,0
0,0

Hola, He revisado los detalles de tu proyecto y definitivamente puedo ayudarte con las mejoras del clasificador de correos electrónicos basado en IA en Make.com. Cuento con más de 10 años de experiencia en desarrollo de aplicaciones móviles y web, trabajando con integraciones como OpenAI y Notion. Mi enfoque es en la arquitectura limpia, código escalable y comunicación clara para que el proyecto avance sin inconvenientes. Primero, revisaré tus requisitos y sugeriré el mejor enfoque técnico. Luego procederé con el desarrollo manteniéndote informado en cada etapa. Aquí está mi portafolio: https://www.freelancer.in/u/ixorawebmob Me interesa tu proyecto y me gustaría entender más detalles para asegurar el mejor enfoque. ¿Hay alguna funcionalidad específica que consideres crucial en las mejoras del clasificador de correos? ¡Hablemos por chat! Saludos, Arpit Jaiswal
$155 USD en 5 días
0,0
0,0

Medellín, Colombia
Forma de pago verificada
Miembro desde ene 30, 2020
$250-750 USD
$2-8 USD /hora
$30-250 USD
$15-25 USD /hora
$250-750 USD
$30-250 USD
$30-250 USD
$30-250 CAD
₹600-1500 INR
$10-200 USD
€30-250 EUR
$250-750 USD
$30-250 USD
$30-250 USD
$3000-5000 USD
$25-50 AUD /hora
£20-250 GBP
$250-750 USD
$750-1500 USD
$30 USD
$30-250 USD
₹750-1250 INR /hora
$10-30 USD
£20-250 GBP
$10-30 USD