by Easy8.ai
This workflow contains community nodes that are only compatible with the self-hosted version of n8n. Daily Easy Redmine Task Digest to Microsoft Teams Channel Overview This workflow automatically collects newly assigned Easy Redmine tasks for a specific team and sends a concise, formatted summary to a Microsoft Teams channel each weekday morning. It’s designed to keep your team updated without manual copy-pasting or sifting through outdated information. Perfect for project managers, team leads, or consultants using Easy Redmine, this automation ensures that no high-priority or recent tasks are missed, improving transparency and daily planning. How it works Daily Trigger (8:30 AM on workdays):** Initiates the automation at a fixed schedule. Get Issues by Query:** Easy Redmine node retrieves all issues matching a saved filter Split Out Issues:** Breaks the received array of tasks into individual items for separate processing. Keep Relevant Fields & Add Link:** Filters to essential data (ID, author, subject, description) and creates a clickable issue link using URL concatenation. Run for Each Task:** Iterates over tasks to process and send individually. Message into Team Channel:** Uses the Microsoft Teams node to post formatted HTML content into the chosen channel. How to Use Import the workflow into your n8n instance. Set up Easy Redmine credentials with API access. Add or configure your Easy Redmine API credential. Set up Microsoft Teams credentials with API access. Add or configure your Microsoft Teams OAuth2 API credential. Adjust the saved filter in Easy Redmine to match your team’s needs. Update Teams channel or chat selection in the final node. Modify the scheduled trigger time if desired. Test with a smaller query before enabling full automation. Example Use Cases Daily Team Stand-ups:** Provide an automated pre-meeting digest of all new or updated tasks. Consulting Project Management:** Keep consultants aware of the latest client requests. Support Teams:** Quickly distribute newly assigned tickets without manual coordination. Requirements Easy Redmine account with API access and permission to use saved filters. Microsoft Teams account with permission to post to the target channel. Customization Adjust the saved filter in Easy Redmine to target different teams, statuses, or update windows. Change the schedule to match your meeting cadence (daily, twice daily, etc.). Alter the HTML formatting for better readability or company branding. Add more fields from Easy Redmine (priority, due date, etc.) for richer summaries. Workflow Improvement Suggestions: Rename generic nodes like “manual” and “get-manyissues” to descriptive titles (e.g., “Filter Fields & Build Link”). Remove any real names or project-specific data before publishing. Consider adding error handling if Easy Redmine or Teams API calls fail.
by AI/ML API | D1m7asis
This workflow contains community nodes that are only compatible with the self-hosted version of n8n. 🎬 GPT-5 Cinematic Video Generator (n8n + AI/ML API + Google Veo-3) This n8n workflow transforms even a single word into a fully rendered cinematic video using Google Veo-3 image-to-video and prompt expansion with GPT-5. Ideal for rapid creative prototyping, content creation, and AI-driven video production. 🚀 Key Features Ultra-Short Input Ready** – Works with just one keyword or a short idea. AI Prompt Expansion** – GPT-5 adds cinematic elements: camera motion, mood, color palette, and composition. Automated Video Generation** – Veo-3 i2v model creates smooth, visually appealing clips. Smart Polling** – Waits until video is ready, with success/fail handling. Direct Output** – Returns ready-to-use video URL for download or publishing. 🛠 Setup Guide Create AI/ML API Credentials Get your API key from AI/ML API Keys. In n8n > Credentials, add AI/ML account (Bearer token). (Optional) Change Image Source Edit the Set image URL node to point to your desired still image for video generation. Run from Chat Send a word or short phrase via Chat Trigger to start the process. (Optional) Extend Output Add Google Drive upload, YouTube publish, or database logging nodes for a complete content pipeline. 💡 How It Works Trigger – Receives chat input (keyword or brief). Prompt Expansion – GPT-5 turns it into a cinematic, Veo-3-optimized description. Video Creation – Sends prompt + image to Veo-3 image-to-video. Polling – Checks generation status every 30 seconds until complete. Result – Returns direct video URL, ready for your next steps.
by System Admin
Tagged with: , , , ,
by System Admin
Tagged with: , , , ,
by System Admin
Tagged with: , , , ,
by amudhan
Companion workflow for blogpost
by System Admin
Tagged with: , , , ,
by System Admin
Tagged with: , , , ,
by Layerre
How it works • Reads records from an Airtable table (e.g. leads, events, products) with fields such as name and image URL. • Uses Layerre to create image variants from a Canva-based template; the template ID comes from the one-time “Create Template from Canva” node. • For each record, one image is rendered and the image URL is written back into the same Airtable row. Set up steps • Create a Layerre template from your Canva design: run the “Create Template from Canva” node once with your Canva URL, then disable it and paste the template ID into the Create Variant node. • Add Airtable credentials (Personal Access Token), select your base and table, and optionally use Filter By Formula to limit which records are processed. • In the Create Variant node, map your Airtable field names to your Canva layers (e.g. $json.fields.Name for a text layer, $json.fields['Image url'] for an image layer). • In the Update Airtable node, map the record id from the List step and the image URL from the variant output (e.g. $json.url) so each row is updated correctly. Add a column in your table for the output URL if needed.
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 System Admin
Tagged with: , , , ,
by System Admin
Tagged with: , , , ,