by SIENNA
Simple workflow to get NASA APOD each day in your mail inbox, using the official RSS feed and a SMTP Node to use the server that you want (We recommend using GMAIL as it's free and simple to get an API Key). You can change the RSS Feed to another one that you like and customize the HTML of the template as you want !
by System Admin
Tagged with: , , , ,
by System Admin
Tagged with: , , , ,
by Charles
This workflow contains community nodes that are only compatible with the self-hosted version of n8n. 📬 Magic Inbox P2P for n8n — ✨ Instantly Teleport Workflows Magic Inbox is the simplest, most powerful way to TELEPORT your workflows, messages, or files between any two n8n instances — instantly, securely, and with no central server. All you need: A Magic Inbox receiver ("Inbox" node, webhook trigger) A Magic Inbox sender ("Send" node, transformer) A trusted peer’s webhook URL — and the magic happens! ✨ Teleport Your Automation 🚀 Click, Send, Teleport: Send a workflow or any file to another n8n, anywhere in the world, with a single node. 🪄 No cloud, no barriers: Pure peer-to-peer transfer. Your workflow arrives instantly and privately on the recipient's machine, ready-to-use and auto-imported if you wish. 🔁 Collaborate with your team: Share, delegate, or migrate automations on demand, without manual copy-paste or API scripting. 🔹 Features 📤 Teleport workflows, files, and secure messages P2P between n8n servers 📬 Receive and auto-import (optional) any incoming workflow — no extra steps! ⚡️ Works across docker, cloud, self-hosted — anywhere n8n runs 🔐 Whitelist option: restrict trusted senders 🔄 Simple vs Advanced: auto-import for speed, raw mode for power users 🛠️ Installation npm: npm install n8n-nodes-magic-inbox Docker volume: cd /var/lib/docker/volumes/n8n_data/_data/nodes/ npm install n8n-nodes-magic-inbox docker restart 🚦 Usage: Teleport in 3 Steps Create a workflow on n8n-A with your favorite nodes Add Magic Inbox Send. Set "Destination Magic Inbox URL" to your teammate’s or other n8n’s Inbox node webhook. Choose content type: Workflow + Message for teleportation. On n8n-B: Add and enable a Magic Inbox node (receiver) in any workflow. When you hit “Send” on n8n-A, your workflow is instantly delivered/teleported! Auto-import enabled? The workflow appears, active, in the recipient’s n8n — like magic 🪄 ⚙️ Main Parameters Destination Magic Inbox URL: Where to teleport your automation (recipient's webhook). Workflow JSON: Paste the full export from n8n’s workflow page (no manual API!). Auto Import: If enabled, new workflows are instantly usable by the recipient. Whitelist: Allow only trusted emails/IDs as senders. 📝 Example — Teleport a Workflow On n8n-A: Export your workflow as JSON (from the workflow menu) Use Magic Inbox Send with destination URL from n8n-B’s Inbox node Attach the exported JSON and an optional message On n8n-B: Magic Inbox node receives, parses, and (optionally) auto-imports the workflow into your library No code, no copy-paste, no cloud — just teleport! 🐞 Bug Report / Contribute Email : ccharleslepoittevin34@gmail.com 📜 License MIT © Charles Magic Dev 🎁 Magic Dev 📋 1. Presentation and Prerequisites - Quick Without Blabla Essential: manual trigger + n8n-nodes-magic-dev 🤖 Magic Mapping → A prompt, instance URL, N8N API key, OpenRouter API to teleport your workflow to your instance. 🎁 Creator Mapping → Instance URL, N8N API key and a random creator workflow teleports to your instance. 🔑 Quest Mapping → Instance URL, N8N API key, secret code found in Creator Mapping to win a premium workflow. 🗃️ Magic Market: PUBLISH — Share your workflow with a public Google Sheets URL. SEARCH — Find workflows to teleport by keyword in our community database. ⚠️ REQUIRED! Your Google Sheet must have a column named WORKFLOW (all caps, no spaces). Do not use any other column name — otherwise mapping and teleportation will fail. Each row must contain a single n8n workflow as a JSON string in that column. Always check the column header before using Magic Market Teleport! ⭐ FEEDBACK: Optional rating system (1-20 stars) + comments available in all modes 🤝 Creators: Want to collaborate? Contact me via Telegram @magicdev_bot! 💝
by System Admin
No description available
by EoCi - Mr.Eo
🌟 Test Your n8n Discord Connection! Trying to connect n8n to your Discord server but not sure where to start? 🤔 Setting up a Discord Bot and its credentials can be confusing. This workflow provides the perfect starting point, guiding you through the connection and running a test to fetch all channels from your server, confirming everything works! 🎯 What This Does This workflow is a "getting started" template designed to solve one primary problem: creating and verifying your first Discord connection in n8n. Its main benefit is demystifying the Discord Bot setup process. It proves your connection is successful by connecting to your server and fetching a complete list of all channels and categories. It's the perfect first step for any n8n user, community manager, or developer who wants to build Discord automations but needs a clear, working starting point. 🔄 How It Works Manual Trigger: You start the workflow by clicking 'Execute workflow'. Set Server ID: A 'Set' node is pre-configured to hold your specific Discord Server ID. Get Channels List: The Discord node uses your credentials and the Server ID to connect to Discord and retrieve a list of all channels and categories on that server. Separate Channels & Categories: An 'IF' node automatically sorts the list, sending channels down one path and categories down another. Process & Merge: Two 'Set' nodes clean up the data from each path, and a 'Merge' node combines them back into one organized list. Next Step!: The workflow finishes at a 'NoOp' node. You can click the 'Merge' node to see the final output a full list of your server's channels. Nodes Used When clicking ‘Execute workflow’ (Manual Trigger) Set - Server ID (Set) Get channels list (Discord) Separate Category & Channel (IF) Get Channels (Set) Get Server's Categories (Set) Merge (Merge) Next Step ! (NoOp) Setup Requirements 📜 Credentials: Discord Bot Token (created via the Discord Developer Portal). Accounts: A Discord account. Specifics: A Discord Server you own or have admin permissions for. Developer Mode enabled in your Discord client (to copy your Server ID). A Server ID from your server to test with. Estimated Setup Time: < 10 minutes. Set up steps Part 1:** Create Your Discord Bot & Get Token Go to the Discord Developer Portal: Navigate to discord.com/developers/applications and log in. Create New Application: Click the New Application button in the top right. Give it a name (e.g., "n8n Bot") and click Create. Access Your Bot: On the left-hand menu, click the Bot tab, then Add Bot. Get Your Bot Token: Under the bot's username, find the Token section. Click Reset Token (and confirm) to reveal your bot's token. Copy the Token: This is your secret credential. Copy this token and keep it safe. Part 2:** Invite Your Bot to Your Server Go to URL Generator: Back in the Discord Developer Portal, go to the OAuth2 tab and then URL Generator. Select Scopes: In the Scopes box, check the bot checkbox. Set Permissions: A new Bot Permissions box will appear. Check the View Channels permission. This is all that's needed for this workflow. Copy Invite URL: Scroll down and copy the Generated URL. Invite Bot: Paste this URL into a new browser tab. Select the server you want to add the bot to, click Continue, and then Authorize. Part 3:** Add Credentials to n8n Open Credentials: In n8n, go to Credentials > Create Credential. Select Credential Type: Search for and select Discord Bot API. Paste Your Token: Give your credential a 'Name' (e.g., "My Discord Bot"). Paste the Bot Token you copied from Part 1 into the Bot Token field. Save: Click Save to store your new credentials. Link Credential: Back in the workflow, click the Get channels list node. In the 'Credentials' parameter, select the credential you just created. Part 4:** Configure and Test the Workflow Enable Developer Mode: In your Discord desktop app, go to User Settings (the gear icon) > App Settings > Advanced and turn on Developer Mode. Copy Server ID: Go to your Discord server, right-click on the server icon (on the left), and click Copy Server ID. Configure n8n Node: Back in your n8n workflow, click the Set - Server ID node. Paste Server ID: In the 'Value' field for server_id, replace the placeholder value with the Server ID you just copied. Execute Workflow: Click Execute workflow in the top right corner. If it succeeds, all nodes will turn green. Click the Merge node and select the 'Output' tab to see a complete JSON list of all channels and categories from your server. Congratulations, you're connected!
by Stéphane Heckel
Manage LinkedIn Invitations with Browserflow Automate personalized LinkedIn outreach while maintaining human-like behavior Overview This workflow helps you send targeted LinkedIn invitations with customized messages, automatically checking existing connections to avoid duplicate requests. Perfect for recruiters, sales professionals, and anyone building their professional network systematically. How It Works Contact Management: Store your prospects in a Google Sheet with their LinkedIn profile URLs Connection Verification: Automatically check if you're already connected to avoid duplicate invitations Smart Invitations: Send personalized invitations to new contacts Progress Tracking: Update the Google Sheet with invitation status Setup Instructions Prerequisites Google account** with Sheets access Browserflow account** with available credits (sign up here) n8n instance** (tested on version 1.109.1) Step-by-Step Setup Prepare Your Contact List Download the Google Sheet Template Make a copy to your Google Drive Extract the Sheet ID from your URL (the string between /d/ and /edit) Configure Workflow Settings Open the settings node and enter your Google Sheet ID Customize your invitation message in the message node Set up your Google Sheets credentials Configure your Browserflow credentials Populate Your Data Add contacts to your Google Sheet with their LinkedIn profile URLs Test & Deploy Run a test with 1-2 contacts first (update the Limit node) Monitor execution and adjust Wait if needed Important Considerations Responsible Usage**: This tool mimics human behavior and respects LinkedIn's natural usage patterns. It's designed for quality networking, not mass spamming. Rate Limits**: Stay within LinkedIn's acceptable limits. Account Safety**: Excessive automation can result in LinkedIn restrictions. Always prioritize authentic, valuable connections. Support & Community Need assistance? Here's how to get help: LinkedIn Discussion**: Comment on this workflow post Direct Contact**: Connect with me on LinkedIn Community Forum**: Ask questions in the n8n Community
by System Admin
Tagged with: , , , ,
by damo
Generate Character-Consistent Images with KIE.AI Nano Banana API Overview Generate high-quality, character-consistent AI images using KIE.AI's Nano Banana API through an intuitive form interface. This n8n workflow supports both text-to-image and image-to-image generation modes, delivering professional results at 50% lower cost than mainstream platforms. Key Benefits: �� Dual generation modes (text-to-image & image-to-image). 💰 20 free generations + $0.02 per additional request. 🔄 Maintains character consistency across generations. ⚡ Automated processing with 5-second polling. Perfect for Content creators, designers, marketers, developers, and anyone who needs to quickly create diverse AI visual content while maintaining consistent character identity across multiple generations. Prerequisites KIE.AI account and API key (Sign up here). Active n8n instance with form submission capabilities. AI prompts for image generation. Reference images (optional, for image-to-image mode). Quick Setup 1. Get API Key Register at kie.ai/nano-banana and generate your API key. 2. Configure Form Fields Set up these fields in your "On Form Submission" node: model** (Required): Choose between google/nano-banana for text-to-image or google/nano-banana-edit for image-to-image generation. prompt** (Required): Text description for your image generation. img_url** (Optional): Reference image URLs for image-to-image mode (up to 5 images, separate multiple URLs with commas). api_key** (Required): Your KIE.AI API key for authentication. 3. Test & Use Execute the workflow Access the generated form URL Fill in your details and submit Wait for processing (10-20 seconds) Results will be displayed automatically. Usage Tips Better Prompts: Include style (realistic, anime, cyberpunk), composition (close-up, wide shot), lighting (dramatic, soft), and mood (cheerful, mysterious). Example: "Realistic cyberpunk character with neon blue lighting, close-up composition, dramatic shadows" Common Uses: Character design for games/stories Social media content Marketing materials Product mockups Troubleshooting API Key Invalid**: Verify key is correct and active. Generation Fails**: Check prompt length and content. Keywords: Nano Banana API, character-consistent images, text-to-image, image-to-image, KIE.AI, AI image generation, n8n template
by Robert Breen
Automatically clean up Trello boards by deleting any cards labeled “Mark for Deletion.” This workflow checks all cards on your chosen Trello board, looks for the Mark for Deletion label, and removes those cards automatically — keeping your boards tidy without manual effort. ⚙️ Setup Instructions 1️⃣ Connect Trello (Developer API) Get your API key: https://trello.com/app-key Generate a token (from the same page → Token) In n8n → Credentials → New → Trello API, paste API Key and Token, save. Open each Trello node (Get Board, Get Lists, Get Cards) and select your Trello credential. 2️⃣ Add Your Board URL to “Get Board” Copy your Trello board URL (e.g., https://trello.com/b/DCpuJbnd/administrative-tasks). Open the Get Board node → Resource: Board, Operation: Get. In ID, choose URL mode and paste the board URL. The node will resolve the board and output its id → used by Get Lists / Get Cards. 📬 Contact 📧 rbreen@ynteractive.com 🔗 Robert Breen 🌐 ynteractive.com
by panyanyany
Overview This workflow utilizes the Defapi API with Google's Nano-Banana model to generate AI-powered product creative images from text prompts and product images. Users can interact through a simple form, providing a text prompt describing the desired creative scene, a product image URL, and their API key. The system automatically submits the request to the Defapi API, monitors the generation status in real time, and retrieves the final creative image output. This solution is ideal for marketers, product designers, e-commerce businesses, and content creators who want to quickly generate compelling product advertisements and creative visuals with minimal setup. Prerequisites A Defapi account and API key: Sign up at Defapi.org to obtain your API key. An active n8n instance (cloud or self-hosted) with HTTP Request and form submission capabilities. Basic knowledge of AI prompts for product creative generation to achieve optimal results. A product image URL for creative generation. Setup Instructions Obtain API Key: Register at Defapi.org and generate your API key. Store it securely—do not share it publicly. Configure the Form: In the "Submit Image for Creative Generation" node, ensure the following fields are set up: prompt (creative scene description), img_url (product image URL), api_key. Test the Workflow: Click "Execute Workflow" in n8n. Access the generated form URL, submit your prompt, image URL, and API key. The workflow will wait 10 seconds and then poll the API status until the image generation is complete. Handle Outputs: The final node formats and displays the generated creative image URL for download or embedding. Customization Tips Enhance Prompts**: Include specifics like scene setting, lighting, style (e.g., realistic, artistic, cinematic), product placement, and visual elements to improve AI creative image quality.
by System Admin
Tagged with: , , , ,