Creators hub: Generate dynamic SVG stats with daily updates
n8n Creators Template: Creator Profile Stats Updater This n8n workflow template is designed to automate the process of updating a creator's profile statistics, including total workflows, complex workflows, approved workflows, pending workflows, total nodes, and total views. It utilizes various nodes to fetch data, process it, and update a SVG file hosted on GitHub to reflect the latest stats. Workflow Overview Schedule Trigger: Triggers the workflow execution at specified intervals. Config: Sets up configuration details like creator username, colors for text, icons, border, and card. Get Workflows: Fetches workflows associated with the creator from the n8n API. Workflows Data: Processes the fetched data to calculate various statistics. Get User: Fetches user details from the n8n API. Download Image: Downloads the creator's profile image. Extract From File: Extracts binary data from the downloaded image file. SVG: Generates an SVG file with updated stats and visual representation. GitHub: Commits the updated SVG file to the specified GitHub repository. Final: Prepares the final data set for further processing or output. Sticky Note: Provides a visual note or reminder within the workflow editor. Embed & Live Preview Since it's a .SVG format you can host it anywhere. treat it like normal image so you can embed it with any site, forum, page that support posting images. here's example code for markdown: markdown [](https://n8n.io/creators/n8n-team) Here's the result [](https://n8n.io/creators/n8n-team) Or served through CDN & Cache [](https://n8n.io/creators/n8n-team) Setup Instructions GitHub Credentials: Ensure you have GitHub credentials set up in your n8n instance to allow the workflow to commit changes to your repository. Configure Trigger: Adjust the Schedule Trigger node to set the desired execution intervals for the workflow. Set Configuration: Customize the Config node with your GitHub username and preferred aesthetic options for the SVG. Deploy Workflow: Import the workflow into your n8n instance and deploy it. Customization Options Text and Icon Colors: Customize the colors used in the SVG by modifying the respective fields in the Config node. Profile Image Size: Adjust the image size in the Download Image node URL if needed. Commit Messages: Modify the commit messages in the GitHub nodes to suit your version control conventions [I've used $now funaction to include current time in message which will gives allways a diffrent commit value]. Requirements n8n (Self-hosted or Cloud version compatible with 2024 releases and up) GitHub account and repository Basic understanding of n8n workflow configuration Support and Contributions For support, please refer to the n8n community forum or the official n8n documentation. Contributions to the template can be made you're allowed to reuse this workflow and reshare with edit (like new design/colors etc..) under your name.
Get daily poems in Telegram
This workflow posts a poem translated into English every day in a Telegram chat. Cron node: triggers the workflow every day at 10:00. You can change the time and interval based on your use case. HTTP Request node: makes an HTTP request to the Poemist API that returns a random poem. LingvaNex node: translates the returned poems into English. Telegram node: takes in the translated poem and posts it in the chat.
YouTube to WhatsApp sales automation with WordPress, FluentCRM and Whinta
π WhatsApp Automation Template Designed & Developed by Infridet Solutions Private Limited --- π§ Objective: Automate your lead nurturing and sales process from YouTube/Instagram β Landing Page β CRM β Email β WhatsApp β Sales β Deal Closure using tools like: π WordPress (Landing Page + Fluent Forms) π§Ύ Google Sheets (Backup Log) π© FluentCRM (Lead Tagging + Email Sequences) π¬ Whinta.com (WhatsApp Messaging API) βοΈ N8N (Workflow Automation Engine) --- π§© System Flow Overview: Lead Source: YouTube or Instagram CTA Landing Page: Built on WordPress with a story-driven design Form Capture: Fluent Forms with dynamic input fields Data Sync: Backup to Google Sheets Push lead to FluentCRM and tag as New Lead Email Sequence: Warm-up emails (1 to 5) Introduce offer or service WhatsApp Outreach: Send personalized message via Whinta Triggered 1 hour after form fill or last email Sales Follow-Up: Sales team handles replies manually CRM tag updated to Customer upon closing --- π Folder Structure (Optional Git/Zip File): π¦ WhatsApp-Automation-Infridet/ β βββ whatsapp-automation-n8n.json N8N Flowchart Import File βββ email-templates.docx Warm-up Email Scripts βββ whinta-api-integration.pdf API Documentation βββ crm-tagging-notes.txt CRM Tag Setup Details βββ readme.md This Instruction File --- π οΈ Required Integrations & Setup β Fluent Forms (WordPress) Embed form with Name, Email, Phone Enable webhook to N8N: /lead-capture β Google Sheets Use n8n-nodes-base.googleSheets node Capture name, email, phone, source, timestamp β FluentCRM REST API enabled Push contact and assign tag New Lead Setup Email Automation via tag trigger β SMTP Email (Optional) Use Gmail SMTP or Brevo Trigger email on form submission β Whinta.com (WhatsApp API) Send POST request Payload includes phone, message, sender_id Customize message with personalization --- π¬ Sample WhatsApp Message: plaintext Hey {{name}}, Gyan here from Account Craft π I saw your form submission β would you like help in starting your YouTube journey this week? Let me know. I'm just one text away. β --- π§ Sample Email (Warmup Day 1): > Subject: Welcome to Account Craft π > Body: > Hi {{name}}, > > Iβm Gyan from Account Craft. Thanks for joining us! > Hereβs whatβs coming next: exclusive videos, personalized tips, and real support to get your YouTube channel earning. > > Letβs go! > β Gyan --- π CRM Tag Updates: | Action | Tag Assigned | |-------------------|------------------| | On form fill | New Lead | | After WhatsApp | Engaged | | After sale closed | Customer | --- π Final Output: Once completed, the system will: Log all leads into a database Automatically send emails and WhatsApp messages Notify your sales team Update lead status without manual entry --- > Automation Template Designed & Deployed by > Infridet Solutions Private Limited > Smart Integrations. Seamless Business. > π www.infridetsolutions.com | π +91-8853354829
Control Discord bot with natural language via MCP server
What it is- I wanted to create a simple, easy-to-use, MCP server for your Discord bot(s). How to set up- Literally all you do is select your bot auth (or crease a new Discord Bot auth if you havn't entered your key in n8n before) and that's IT! How to use it- You can now ask your bot to do things via any MCP client, including from within N8N workflows! Note: If you need an example, you can check out my simple quickstart Discord MCP Server that uses 4o to send messages to channels on your server and users who are members of the server the bot is in. Need help? Want access to more workflows and even live Q&A sessions with a top verified n8n creator.. All 100% free? Join the community
INST - the n8n installer: deploy workflows with automatic credential mapping
INST: The n8n Workflow Installer This workflow provides everything you need to package and deploy multiple workflows from a single workflow you distribute. That's right, now you can package up dozens of workflows and send your client(s) a single workflow to run, that will create them all and auto-assign all the credentials. This workflow installs 3 files when you run it, demonstrating the functionality. Just make your own mods to the system, repackage it, and you are ready to go! --- Requirements An n8n instance with API access enabled and an access key Optional: GitHub and OpenAI access keys --- What This Workflow Does Installs 3 additional workflows, demonstrating the functionality One of the workflows is a packager, that you configure for your own needs Two example workflows demonstrate functionality, and can be deleted --- Step-by-Step Setup Run the Workflow This will get the example and tool workflows on your instance. Package Your Content Configure the packager, then run it to produce a base64-compressed version of your files. Customize the Installer Make your own copy of the installer, and set the base64 payload. Deploy the Installer Export your installer script. Now, anyone you send it to will get all your packaged workflows when they execute it. --- How to Use This Workflow This workflow is meant to be reused and adapted. You can: Integrate it into a deployment pipeline Turn it into a subworkflow for dynamic installs Extend it to include triggers, permission settings, or test runs If you frequently deploy or share n8n assets, this installer gives you a repeatable way to do it with confidence.