2 templates found
Category:
Author:
Sort:

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.

NskhaBy Nskha
1682

AI chatbot call center: Taxi booking worker (production-ready, part 5)

Workflow Name: 👷‍♂️ Taxi Booking Worker Template was created in n8n v1.90.2 Skill Level: High Categories: n8n, Chatbot Stacks Execute Sub-workflow Trigger node Chat Trigger node Redis node Postgres node Google Calendar node Execute Sub-workflow If node, Switch node, Code node, Edit Fields (Set) Prerequisite Execute Sub-workflow Trigger: Call In Center (or your own node) Sub-workflow: Demo Call Back (or your own node) Production Features Scaling Design for n8n Queue mode in production environment Customize Open Booking Action Integrate with Long Term Memory backup. Error Management What this workflow does? This is a n8n Taxi Booking Worker, the worker node to process the job. It will wait for message from the Call Center node and handle the real process here. In this particular case, it will check the input number for the selected provider, then update the booking from NEW to OPEN, then clean up the orphan data. How it works The Form Trigger node will wait for the message from any node with the input in number. First check for NEW booking under the same chat session For input 0, which is cancel Reset the user session in Redis memory For input 1 or above, which is the provider selection number Set the booking status to OPEN in database OPTIONAL Save the summary to User Memory database OPTIONAL Create a new Event in Google Calendar and sync to the database Reset the user session in Redis memory Afterward, process data clean up Delete the provider selection number queue in Redis Delete the route data in Redis OPTIONAL Delete the chat memory with current session Finally, output the response to the Call Back node Set up instructions Pull and Set up the required SQL from our Github repository. Create you Postgres credentials, refer to n8n integration documentation for more information. Select your Credentials in Booking, Set Open Booking, Sync Booking Google Cal, and Save User Memory. Create you Redis credentials, refer to n8n integration documentation for more information. Select your Credentials in Reset Session, Reset Session 2, Delete Provider Number and Delete Route Data. Create your Google Calendar credentials, refer to n8n integration documentation for more information. Create a Google Calendar, e.g. DEMO Select your Credentials in Create Event, and select the above Calendar FOR TEST ONLY. Enable the Telegram Test Output for testing from the Test Input. How to adjust it to your needs You can specific a number to trigger the specific action based on your needs. The current action only create a event in Google Calendar, you can do more based on your needs. You can replace the sub-workflow trigger Flow Trigger and Call Back to another flow as needs.

ChatPayLabsBy ChatPayLabs
458
All templates loaded