Skip to content
FlowHubFluxonLab
C
Email Sendfree

Deploy curated Docker app stacks to a Hostinger VPS via forms and email

by Hostingeradapted from n8n official workflow galleryUpdated Aug 2026
RequiresCCodeSend EmailSend Email
Share Post Share
FoWhen Form SubmittedWhen Form Submi…HAFetch VPS ListCoGenerate VPS OptionsGenerate VPS Op…FoDisplay VPS SelectionDisplay VPS Sel…SeSet VPS DetailsCoCreate Deployment ItemsCreate Deployme…HAInitiate Docker DeploymentInitiate Docker…CoExtract Deployment ActionExtract Deploym…WaWait 90 SecondsHAFetch Deployment StatusFetch Deploymen…CoParse Deployment StatusParse Deploymen…IfCheck Deployment SuccessCheck Deploymen…HARetrieve Container ListRetrieve Contai…CoFormat Success OutputFormat Success …SeBuild Failure ReportBuild Failure R…AgCombine ResultsCoPrepare Summary EmailPrepare Summary…ESDispatch Summary EmailDispatch Summar…HAFetch Docker LogsFetch Docker Lo…123456789101112131415161718
1/5
STEPS · 18
Starts on an incoming request

Quick overview This workflow collects a stack choice and notification email via a form, lets you pick a Hostinger VPS, deploys the selected curated app stack as separate Docker Compose projects using the Hostinger API, and emails a per-app deployment summary with ports, container status, and generated credentials. How it works Receives a form submission with the selected stack (Developer, Hobbyist, Freelancer, or AI/LLM) and a notification email address. Uses the Hostinger API to list available VPS instances and presents a second form to select the target virtual machine. Expands the chosen stack into one item per app by generating Docker Compose content and creating random values for any required secrets. Creates a Docker Compose project for each app on the selected Hostinger VPS via the Hostinger API. Waits briefly, polls the Hostinger action status for each deployment, and branches based on whether the action completes successfully. On success, lists the project’s containers and formats a status block including ports, container states, and any generated credentials, and on failure, fetches recent Docker project logs and formats an error block.

Tags

n8nreference-onlyemail-send
Connects
CCodesendemailSend Email
CategoryEmail Send
Triggermanual
Complexityadvanced
Nodes19
AddedJul 13, 2026

Related workflows

See all Email Send
Csendemail
free

Daylight Saving Time Notification For Different Timezones

Who is it for? If you are having a lot of meetings as a project manager, CFO, CTO, CEO or any other role that requires handling many meetings, AND you are working with people in different timezones, you may have noticed that it is not uncommon that daylight savings time change day may differ from timezone to timezone. This may be very troublesome at times. If DST change day differs between timezones, then you might need to adjust your meetings time accordingly. And this happens twice a year. So it's good to get notification beforehand (at least a day before). This automation will notify you if tomorrow you can expect DST in any zone you provide. How It Works? Script runs daily and loops through provided timezones Checks if there is DST change to or from the tomorrow (if you want to be notified sooner, just adjust number of days) If there is DST change, script provides you with Slack notification (replace with email if needed) How to set up? Add and/or edit timezones you want to monitor in "Timezones List" node Adjust "Calculate Tomorrow's Date" if you want to be notified sooner than 1 day before DST change Adjust "Send Notification on Upcoming Change" to set where on Slack you want

by Łukasz
CWhubspotsendemail
free

Automated Property Lead Generation with BatchData and CRM Integration

How It Works This N8N workflow creates an automated system for discovering high-potential real estate investment opportunities. The workflow runs on a customizable schedule to scan the market for properties that match your specific criteria, then alerts your team about the most promising leads. The process follows these steps: Connects to BatchData API on a regular schedule to search for properties matching your parameters Compares new results with previous scans to identify new listings and property changes Applies intelligent filtering to focus on high-potential opportunities (high equity, absentee owners, etc.) Retrieves comprehensive property details and owner information for qualified leads Delivers formatted alerts through multiple channels (email and Slack/Teams) Each email alert includes detailed property information, owner details, equity percentage, and a direct Google Maps link to view the property location. The workflow also posts concise notifications to your team's communication channels for quick updates. Who It's For This workflow is designed for: Real Estate Investors: Find off-market properties with high equity and motivated sellers Real Estate Agents: Identify po

by Preston Zeller
CWsendemail
free

Automate Digital Delivery After PayPal Purchase Using n8n

Automate Digital Delivery After PayPal Purchase Using n8n A Complete Step-by-Step Guide to Seamless Template Delivery Built by Amjid Ali – SyncBricks Deliver personalized files instantly after PayPal transactions using n8n – without writing a single backend line. 🚀 What This n8n Workflow Does This automation template helps you automatically deliver a digital product (such as an n8n template or JSON file) to customers who pay via PayPal — within seconds. You can: Automatically extract customer info Identify what was purchased Send a clean, branded email with the product file Promote your other courses, books, and tools 📦 Use Case Example Product: AI-Powered Social Media Content Generator & Publisher When a customer buys this product through PayPal, this automation: Listens for a successful payment event Fetches order details via API Sends an HTML email with the template attached Promotes your other offerings with embedded links 🔧 Prerequisites You’ll need: An n8n instance (self-hosted or n8n Cloud) A PayPal developer account PayPal OAuth2 credentials configured in n8n Your product hosted as a downloadable .json file (Oracle, Dropbox, GitHub, etc.) SMTP email credentials in n8n 🧠

by Amjid Ali