Wayne Simpson
Workflows by Wayne Simpson
Learn secure webhook APIs with authentication and Supabase integration
This template is a practical introduction to **n8n Webhooks** with built-in examples for all major HTTP methods and authentication types. It is designed as a learning resource to help you understand how webhooks work in n8n, how to connect them to a data store, and how to secure them properly. **What’s included:** * Webhook nodes for **GET, POST, PUT, PATCH, DELETE, and HEAD** * Demonstrations of **Basic Auth, Header Auth, and JWT Auth** * Supabase integration for creating, retrieving, updating, and deleting rows * Example response handling with **Respond to Webhook** nodes * Sticky notes explaining each method, response type, and security option **Use this template to:** * Learn how to configure and test webhooks in n8n * Explore different authentication strategies * Connect webhooks to a simple Supabase table * Understand best practices for securing webhook endpoints This workflow is intended as an educational starting point. It shows you how to receive requests, map data, and return responses securely. For production use, adapt the structure, apply your own security policies, and extend the logic as needed. Check out the YouTube video here: https://www.youtube.com/watch?v=o6F36xsiuBk
Automate Microsoft Teams meeting analysis with GPT-4.1, Outlook & Mem.ai
Automate Microsoft Teams Meeting Analysis with GPT-4.1, Outlook & Mem.ai - [Watch the YouTube video to get started](https://youtu.be/DRtloBXG8FU) - [Follow along with the blog post](https://blog.nocodecreative.io/automate-teams-transcript-to-summary-n8n) ## Template Overview This advanced n8n template automates Microsoft Teams meeting analysis, knowledge base creation, and email drafting directly from meeting recordings and transcripts. It provides end-to-end automation for the following use cases: **Meeting Analysis** - Connects to Microsoft Graph to retrieve meeting recordings, chat messages, and transcripts. - Analyses meeting content using AI models. - Extracts key points, action items, questions, and themes from meetings automatically. **AI-Powered Web App** - Automatically creates a detailed report from past meetings. - Stores meeting summaries, metadata, and insights into an easy-to-browse frontend. - New meetings are added dynamically without manual work. ** Knowledge Base Indexing (via Mem.ai)** - Uploads extracted meeting data into a structured knowledge base. - Supports categorisation, search and chat functionality across meetings. - **Draft Follow-Up Emails** - Draft personalised follow-up emails for meeting participants. - Email drafts include: - Meeting summary - Key decisions - Action items - Emails can be sent manually with a human in the loop context via Microsoft Outlook integration. **Core Components** - Microsoft Graph API for accessing meetings, chats, files, and user profiles. - SharePoint API for file storage and search. - n8n Webhooks to trigger processes dynamically. - Generic OAuth2 authentication for seamless Microsoft access. - JavaScript Code Nodes for flexible, intelligent parsing and structuring of meeting data. - AI/LLM nodes for summarisation and content creation. Designed to be scalable, modular, and easily customisable for different organisation sizes and industries. 🛡️ Note Failure to correctly configure Azure permissions will prevent the template from functioning. Ensure admin approval is fully completed during setup. ## **Important Prerequisites** ⚠️ Administrator consent is required This template requires a Microsoft 365 Global Administrator or Application Administrator to grant admin consent to a set of Microsoft Graph and SharePoint API scopes. Basic Azure App Registration knowledge is required: You need to set up an Azure App Registration manually, configure OAuth2 authentication, and assign specific API permissions. A setup guide is included, but familiarity with: - App registrations - API permissions - Client secrets - OAuth2 flows is highly recommended. Knowledge of Postgres is required The template includes a SQL script to create the required Postgres table (see blog post). You are responsible for hosting your own database (You can use Supabase with the Postgres connection string).
Create a branded AI-powered website chatbot
# Create a Branded AI Website Chatbot Engage website visitors with an intelligent chat widget powered by OpenAI. This template includes: - 💬 Natural conversation handling - 📅 Microsoft Outlook calendar integration - 📝 Lead capture and information gathering - 🔄 Human handoff capabilities Simply add a JavaScript snippet to your website and configure the workflow to match your needs. [Follow our detailed setup guide](https://blog.nocodecreative.io/create-a-branded-ai-powered-website-chatbot-with-n8n/) to get started in minutes.  > Note: Widget includes a "Powered By" affiliate link
Auto categorise Outlook emails with AI
**Automate your email management** with this workflow, designed for freelancers and business professionals who receive high volumes of emails. By leveraging AI-powered categorisation and dynamic email processing, this template helps you organise your inbox and streamline communication for better efficiency and productivity. **[Check out the YouTube video for step-by-step set up instructions!](https://www.youtube.com/watch?v=EhRBkkjv_3c)** ### **How it works:** 1. **Fetch & Filter Emails:** The workflow retrieves emails from your Microsoft Outlook account, filtering out flagged emails and those already categorised. 2. **Content Preparation:** Each email is cleaned up and converted to a structured format using Markdown, making it easier for AI processing. 3. **AI Categorization:** The content is analysed using an AI model, which categorises the emails into predefined categories (e.g., Action, Junk, Business, SaaS) based on the context and content. 4. **Email Categorization & Folder Management:** The categorised emails are updated in Microsoft Outlook and moved to respective folders such as "Junk Email" or "Receipts" based on the AI's classification. 5. **Conditional Processing & Final Checks:** Additional checks and conditions ensure that only unread emails are processed, and errors are gracefully managed to maintain workflow stability. ### **Set up steps:** 1. **Connect Microsoft Outlook:** Link your Microsoft Outlook account using the built-in credentials node to enable email fetching, updating, and folder management. 2. **Configure AI Model (Ollama API):** Set up the AI model by connecting to the Ollama API and choosing your desired language model for categorisation. 3. **Modify Email Categories (Optional):** Customize the categories and subcategories within the workflow to suit your unique email management needs. 4. **Set Up Error Handling:** Review the error handling node settings to ensure smooth workflow execution. This template offers a robust solution for managing and organising your inbox, helping you save time and keep your focus on important emails.