Our Projects
# 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.
Our Projects
NEWS AND BLOGS

The landscape of AI content generation has undergone a fundamental structural shift. Simple text expansion and raw prompt-to-paragraph tools are no longer competitive. In 2026, the market is defined by…

Table of Contents Top AI Writing Tools in 2026: Features, Pricing & Pros Explained Artificial intelligence has completely transformed the way people create content. Whether you are a blogger, digital…

The digital landscape has shifted dramatically, making it more critical than ever to leverage the best AI writing tools to keep pace with modern search demands. Whether you need to…

The digital landscape is undergoing a massive shift. In 2026, content creation is no longer just about churning out 1,000-word articles as fast as possible. Search engines have grown incredibly…

The landscape of content creation has completely broken away from the simple text-generation engines of the past. We are no longer living in the era of basic “prompt-and-paste” AI workflows.…

Best AI Tools for LinkedIn Content in 2026: The Ultimate Guide to Growing Your Professional Brand Meta Title Best AI Tools for LinkedIn Content in 2026 | Boost Engagement &…

Meta Title: AI Tools for Online Learning in 2026 | Best AI Learning Tools for Students & Teachers Meta Description: Discover the best AI tools for online learning in 2026.…
Best AI Writing Tools in 2026: The Ultimate Guide to Smarter Content Creation Meta Title Best AI Writing Tools in 2026 | Top AI Content Writing Software for Bloggers &…

Best Free AI Tools for Students (2026 Guide) Artificial Intelligence (AI) has changed the way students learn, research, write, and manage their studies. Whether you’re in school, college, or university,…
What is Smart AI Toll? Smart AI Toll is an advanced AI-powered assistant designed to elevate your productivity. Tailored for individuals ranging from students to professionals, it assists in writing,…
Welcome to Smart AI Tools Smart AI Tools represent a significant advancement in technology, offering AI-powered assistance designed for a variety of users. These tools aim to simplify processes such…