2 templates found
Category:
Author:
Sort:

User verification and login using Auth0

Release yourself from the pain of user login with this simple solution! Who this is for This is for everyone that wants to provide a simple login solution to their users/colleagues What this template does This workflow utilizes Auth0 to provide a simple and easy authentication page that allows login via gmail or any email address. Setup To use this workflow, simply sign up at https://auth0.com and create a new Single Page Application, then from Dashboard/Applications, copy the values as instructed in the workflow. It should not take more than ten minutes to setup. First, go to https://auth0.com and create a Single Page Application. From Dashboard/Applications, click on your new app settings. The first step is to add the following to allowed callback URLs: http://localhost:5678, http://localhost:5678/webhook/receive-token (If you do not run n8n locally, replace localhost with your server where you run n8n. You must also replace it in Set Application Details 'my_server' field) From the same settings page, retrieve the Domain, ClientID, and ClientSecret of your application. Fill in Set Application Details and Set Application Details1 Login from https://<n8n server address>/webhook/login! It can also be extended to allow login via Github, Facebook, and other socials.

Jay HartleyBy Jay Hartley
17974

Ai blog generator for Shopify products using Google Gemini and Google Sheets

This AI Blog Generator is an advanced n8n-powered automation workflow that leverages Google Gemini and Google Sheets to generate SEO-friendly blog articles for Shopify products. It automates the entire process β€” from fetching product data to creating structured HTML content β€” with zero manual effort. πŸ’‘ Key Advantages Our AI Blog Generator offers five core advantages that make it the perfect solution for automated content creation: πŸ”— Shopify Product Sync β€” Automatically pulls product data (titles, descriptions, images, etc.) via Shopify API. ✍️ SEO Blog Generation β€” Gemini generates blog titles, meta descriptions, and complete articles using product information. πŸ—‚οΈ Structured Content Output β€” Creates well-formatted HTML with headers and bullet points for seamless Shopify blog integration. πŸ“„ Google Sheets Integration β€” Tracks blog creation and prevents duplicate publishing using a centralized Google Sheet. πŸ“€ Shopify Blog API Integration β€” Publishes the generated blog to Shopify with a single API call. βš™οΈ How It Works The workflow follows a systematic 8-step process that ensures quality and efficiency: Step-by-Step Process Manual Trigger – Start the workflow via a test trigger or scheduler. Fetch Products from Shopify – Retrieves all product details, including images and descriptions. Fix Input Format – Organizes and updates the input table using Code and Google Sheet nodes. Filter Duplicates – Ensures no previously used rows are processed again. Limit Control – Processes one row at a time and loops until all blogs are posted. Gemini AI Generation – Creates SEO-friendly blog content in HTML format from product data. HTML Structure Fix – Adjusts content for JSON compatibility by cleaning unsupported HTML tags. Article API Posting – Sends finalized blog content to Shopify for publishing or drafting. πŸ› οΈ Setup Steps Required Node Configuration To implement this workflow, you'll need to configure the following n8n nodes: Trigger Node: Start the workflow instantly. Shopify Node: Fetch product details. Google Sheet Node: Store input/output data and track blog creation status. Code Node: Format data as required. Filter Node: Remove used rows to avoid duplication. Limit Node: Process one blog at a time. Agent Node: Sends prompt to Gemini and returns parsed SEO-ready content. HTTP Node: Posts content to Shopify via the API. πŸ” Credentials Required Authentication Setup Before running the workflow, ensure you have the following credentials configured: Shopify Access Token – For fetching products and posting blogs Gemini API Key – For AI-powered blog generation Google Sheets OAuth – For logging and tracking workflow data πŸ‘€ Ideal For Target Users This automation workflow is specifically designed for: Ecommerce teams automating blogs for hundreds of products Shopify store owners boosting organic traffic effortlessly Marketing teams building scalable, AI-driven content workflows πŸ’¬ Bonus Tip Extensibility Features The workflow is fully modular and highly customizable. You can easily extend it for: Internal linking between related products Multi-language translation for global markets Social media sharing automation Email marketing integration All extensions can be implemented within the same n8n flow, making it a comprehensive content automation solution. ---

MANISH KUMARBy MANISH KUMAR
1311
All templates loaded