by System Admin
Tagged with: , , , ,
by System Admin
No description available
by DevCode Journey
Who is this for? This workflow is designed for anyone who wants to automate AI-driven chat responses integrated with Google Docs and Google Sheets, using the Google Gemini (PaLM) language model via n8n. Itβs perfect for teams looking to: Automatically generate AI replies to chat messages, Pull content dynamically from Google Docs, What this Workflow Does Receives chat messages via a webhook trigger. Sends the chat input to the Google Gemini AI Chat Model for generating replies. Optionally retrieves a document from Google Docs if a URL or ID is provided. Uses an AI agent node to coordinate between the AI model and tools like Google Docs. Key Features Integration with Google Gemini (PaLM) AI for natural language understanding and response generation. Ability to fetch and use data from Google Docs dynamically. Modular structure using n8n nodes for flexibility and easy customization. Credential management for Google APIs (Docs, Gemini) via n8nβs built-in credential system. Get Your Google AI API Key Visit Google AI Studio. Click "Create API key in new project". Copy the API key that appears. Add Your Credential in n8n On the workflow canvas, go to the Connect your model (Google Gemini) node. Click the Credential dropdown and select + Create New Credential. Paste your API key into the API Key field. Click Save. Start Chatting! Go to the Example Chat node. Click the "Open Chat" button in its parameter panel. Try asking it one of the example questions: "What's your name?" "What time now in bangladesh?" "What's the weather in bangladesh?" You're now ready to chat with your personal AI agent powered by Google Gemini! π Requirements n8n instance with internet access. Google Cloud account with: Access to PaLM API (Google Gemini). Proper OAuth2 credentials configured in n8n for Google APIs. π For Help & Community πΎ Discord: n8n channel π Website: devcodejourney.com π LinkedIn: Connect with Shakil π± WhatsApp Channel: Join Now π¬ Direct Chat: Message Now
by Vasyl Pavlyuchok
Automatically track your favorite YouTube creators and get a daily summary of new videos delivered to Discord. Unlike complex YouTube API integrations, this workflow uses efficient RSS feeds, meaning you don't need a Google Cloud API Key or worry about quota limits. How it works The workflow is scheduled to run daily (default 8:30 AM) to: Define Channels: It takes a list of "Channel IDs" you want to monitor. Fetch RSS: It retrieves the latest video feed for each channel. Filter: It applies a strict date filter to pass only videos published in the last 24 hours. Notify: Sends a notification to your Discord server with the Video Title, Date, and Link. Setup steps 1. Add your Channels Open the node named "Define Channel IDs". Replace the example IDs with the Channel IDs you want to track. Note: The template comes pre-loaded with some Spanish AI channels as a demo. Feel free to remove them! Tip: If you don't know a Creator's Channel ID (e.g. UC...), use a free online "YouTube Channel ID Finder". 2. Connect Discord Create a Webhook in your Discord Server (Server Settings > Integrations > Webhooks). Open the "Discord Notification" node. Create a new credential and paste your Webhook URL. Note: This template is a lightweight alternative to database-backed trackers. It relies on the daily trigger frequency to avoid duplicates.
by System Admin
Tagged with: , , , ,
by System Admin
Tagged with: , , , ,
by System Admin
Tagged with: , , , ,
by System Admin
Tagged with: , , , ,
by System Admin
Tagged with: , , , ,
by System Admin
Tagged with: , , , ,
by System Admin
Tagged with: , , , ,
by KlickTipp
Community Node Disclaimer: This workflow uses KlickTipp community nodes. Introduction This workflow monitors orders and customers in Adobe Commerce, automatically creating or updating contacts in KlickTipp, enriching profiles for segmentation and automated messaging. Tags are applied dynamically: high-value orders (β₯100) receive a "Premium Customer" tag, and purchases with certain SKUs (e.g., clothing) are assigned product-based tags. Perfect for e-commerce businesses, online retailers, and digital shops that want to eliminate manual data entry and ensure every buyer and customer receives the right messages. Setup Instructions KlickTipp Preparation Prepare custom fields Payment ID Total Receipt URL Products Prepare tags: Premium customer Clothing buyer Credential Configuration Connect your Magento account using an Access Token/Base URL from the Magento Admin Dashboard (System β Extensions β Integrations). Authenticate your KlickTipp connection with username/password credentials (API access required). Customization Trigger options:* If your Commerce edition supports *webhooks, you can replace polling with a **Webhook trigger. Cadence & overlap:** 1β30 min are typical; a 1β2 min overlap in the filter to avoid gaps. Routing variants:** Change the SKU list, switch to category checks, or add more value tiers.