# Make.com Setup Guide — Europe Insurance Guide Automations Teeno workflows Make.com mein manually banane ki step-by-step guide. Har scenario ke liye modules order mein diye hain — Make.com dashboard mein "Create a new scenario" karke inhe waise hi add karte jaayein. **Pehle ye credentials/accounts tayyar rakhein:** - OpenAI API key (platform.openai.com) - WordPress par Application Password (WP Admin → Users → Profile → Application Passwords) - Google Sheets account (agar leads save karni hain) - Email/SMTP connection (Gmail ya koi bhi) --- ## Scenario 1: Blog Automation (Daily SEO Articles) | # | Module | Settings | |---|--------|----------| | 1 | **Schedule** (built-in trigger) | Run daily, 9:00 AM | | 2 | **Tools → Set multiple variables** | `niche` = "your niche here", `target_audience` = "your audience here" | | 3 | **OpenAI (ChatGPT) → Create a Chat Completion** | Model: gpt-4o. Prompt: "Based on niche {{niche}} and audience {{target_audience}}, suggest ONE SEO blog topic. Return ONLY JSON: {title, primary_keyword, secondary_keywords, meta_description}" | | 4 | **JSON → Parse JSON** | Parse the text output from module 3 | | 5 | **OpenAI (ChatGPT) → Create a Chat Completion** | Model: gpt-4o. Prompt: "Write a 1200-1500 word SEO blog article in HTML (h2/h3/p tags) on {{title}}, primary keyword {{primary_keyword}}, secondary keywords {{secondary_keywords}}" | | 6 | **WordPress → Create a Post** | Title: {{title from module 4}}, Content: {{output of module 5}}, Status: Draft | | 7 | **Email → Send an Email** | Notify yourself: "New draft ready: {{title}}" | **Connect modules 1→2→3→4→5→6→7 in a straight line.** --- ## Scenario 2: AI Chat Assistant (Website) Make.com mein n8n jaisa ready-made chat widget nahi hota, isliye is scenario ko ek chota custom widget (neeche diya hai) trigger karega. | # | Module | Settings | |---|--------|----------| | 1 | **Webhooks → Custom webhook** | Naam: `insurance-chat`. Copy the webhook URL — widget isko call karega | | 2 | **HTTP → Make a request** | GET `https://europeinsuranceguide.site/wp-json/wp/v2/posts?search={{message}}&per_page=3&_fields=title,excerpt,link` | | 3 | **OpenAI (ChatGPT) → Create a Chat Completion** | System prompt: "You are the assistant for Europe Insurance Guide. Answer using this website content: {{module 2 output}}. If not found, give general guidance and say so. If user shows buying intent, ask for name/email/interest." User message: {{message from webhook}} | | 4 | **Router** | Branch A: if AI response contains name+email → Google Sheets: Add a Row (save lead). Branch B: always → continue to response | | 5 | **Webhooks → Webhook response** | Return `{{ output of module 3 }}` as JSON back to the widget | **Embed this widget on your WordPress site** (paste before `` via a header/footer plugin): ```html
``` --- ## Scenario 3: On-Page SEO Auditor & Auto-Fixer | # | Module | Settings | |---|--------|----------| | 1 | **Schedule** | Weekly, Monday 8:00 AM | | 2 | **WordPress → List Posts** | Status: Published | | 3 | **Flow Control → Iterator** | Array: output of module 2 | | 4 | **OpenAI (ChatGPT) → Create a Chat Completion** | Same audit prompt as the n8n version — ask for JSON with `auto_fixable`, `meta_description_fix`, `manual_recommendations`, etc., analyzing `{{title}}` and `{{content}}` from the iterator | | 5 | **JSON → Parse JSON** | Parse module 4 output | | 6 | **Router** | Branch A (`auto_fixable = true`): **HTTP → Make a request** — PATCH `https://europeinsuranceguide.site/wp-json/wp/v2/posts/{{post_id}}` with body `{"meta":{"rank_math_description":"{{meta_description_fix}}","_yoast_wpseo_metadesc":"{{meta_description_fix}}"}}`. Branch B: skip | | 7 | **Array Aggregator** | Source: Iterator (module 3), collect `post_title`, `post_url`, `auto_fixable`, `manual_recommendations` from each loop | | 8 | **Tools → Set variable** | Build an HTML summary from the aggregated array (list auto-fixed posts + manual recommendations per post) | | 9 | **Email → Send an Email** | Send the HTML report weekly | **Important note (same as before):** Auto-fix module 6 needs your SEO plugin's meta fields exposed via REST API — check Yoast/RankMath settings if it doesn't apply. --- ## General Make.com tips - Every module needs its own connection (OpenAI, WordPress, Google Sheets, Email) — set these up once under each module's "Add" credential option. - Use **Run once** to test each scenario manually before turning on scheduling. - Make.com counts each module execution as an "operation" — check your plan's operation limit if running these daily/weekly across many posts.

Smart AI Toll

Transforming Enterprises With Computer Vision AI