User
Write something
Video: Monday.com Invoicing System with n8n
Easily generate printable invoice PDFs using n8n, Monday.com and Google Sheets. This workflow uses Monday.com to track a customer's status, and create a customized invoice document based on a Google Sheet template that is automatically generated and attached to each customers record in Monday.com as a PDF.
Video: Send Images from Monday.com to GPT using n8n
With one HTTP Request node and a few regular nodes, you can pull images out of Monday.com and send them to GPT for analysis, like if you wanted to get data from receipts (@Jason Guan 😉) or transfer data from a PDF to a spreadsheet. Getting the files or images out of Monday.com is not the most straightforward process so I have included the workflow and the JSON below. JSON body to request the Monday.com Public URL for an image: { "query": "{ assets(ids: [{{ $json.assetId }}]) { id name public_url url } }" } The sample GPT prompt is attached as a separate file. Let me know if you need any help!
Video: Automatically Scheduling YouTube Uploads
This is a quick tutorial for automatically scheduling YouTube uploads using Google Sheets, Google Drive, and n8n. Once you've created a Google client that connects your YouTube and Google Drive accounts, you can easily setup a scheduling system in Google Sheets to upload Videos to YouTube on whatever schedule you want. This could also be expanded to upload to TikTok, Instagram or LinkedIn as well!
Video: Easy Image Editor with Nano Banana and n8n
With just a few nodes in n8n you can have a simple image editor using Google's Gemini 2.5 Flash Image model, codenamed "Nano Banana". I'm using an HTTP Request node to call the Gemini API directly, basically following the same process from https://aistudio.google.com/apikey, and with a n8n and a little base64 encoding and decoding, you've got a prompt-based image editor. Here is the JSON body example of the Gemini request for reference: `{ "contents": [ { "parts": [ { "text": "{{ $('On form submission').item.json.Prompt }}" }, { "inlineData": { "mimeType": "image/png", "data": "{{ $json.data }}" } } ] } ], "generationConfig": { "responseModalities": ["IMAGE"] } }` This was one of those immediately powerful workflows. I actually ended up using it create the thumbnail to remove the Salesforce branding from my sweatshirt after the fact. Really powerful model and really easy setup. May have to do a few more workflows using Nano Banana. Let me know if you try it out or have any other ideas you want to see! 🍌
Video: Easy Social Media Images with n8n and Nano Banana
With Nano Banana now available on Openrouter, it makes even easier to create a quick workflow that can edit images on the fly. This time I dive a little deeper into the text-to-edit capabilities of Nano Banana, showing how easily it create something that you'd spend a few minutes editing in Canva, dragging in assets, moving font, changing colors, adding shadows. Instead this flow can generate it for you in one command, and be easily modified to create variations on the fly on a schedule. It uses an HTTP Request node to call Openrouter so the url is below and the JSON body and full workflow are also attached. Let me know if you have any questions or what else you'd like to see! URL: https://openrouter.ai/api/v1/chat/completions
1-28 of 28
Learn Automation and AI
skool.com/learn-automation-ai
Learn, build, and ship AI Automations in days, not months. Templates, live help, community.
Leaderboard (30-day)
Powered by