Description
n8n-nodes-hostinger-api
This is an n8n community node. It lets you use Hostinger API in your n8n workflows.
Hostinger API allows you to manage your virtual private servers, domains, billing, email marketing, and more. Automate provisioning, monitor resources, and perform various administrative actions programmatically.
n8n is a fair-code licensed workflow automation platform.
Installation
Operations
Credentials
Compatibility
Usage
Resources
Version history
Installation
Follow the installation guide in the n8n community nodes documentation.
Operations
The Hostinger API node supports the following operations:
- Server Management
- Domain Management
- Monitoring
- Networking
- Provisioning
- Billing
- Email Marketing (Reach)
- Email Marketing (Reach): Tags
- Email Marketing (Reach): Segments
- Email Marketing (Reach): Automations
- Email Marketing (Reach): Campaigns
- Email Marketing (Reach): Forms
- n8n community nodes documentation
- Hostinger API documentation
- Hostinger VPS Overview
- v1.0.26:
- v1.0.25:
- v1.0.24:
- v1.0.23:
- v1.0.22:
- v1.0.18:
- v1.0.17:
- v1.0.15:
- v1.0.14:
- v1.0.12:
- v1.0.11:
- v1.0.10:
- v1.0.9:
- v1.0.8:
- v1.0.7:
- v1.0.6:
- v1.0.5:
- v1.0.4:
- v1.0.3:
- v1.0.2:
- v1.0.1:
- v1.0.0:
– List VPS instances
– Start/Stop/Restart/Purchase a VPS
– Reinstall operating system
– Reset root password
– Manage SSH keys and post-install scripts
– List domains and check availability
– Purchase and manage domains
– Configure privacy protection and domain lock
– Manage DNS zones and records
– Domain forwarding and WHOIS profiles
– Fetch VPS resource usage (CPU, RAM, Disk)
– Get server status and uptime
– View action history
– Manage IP addresses and PTR records
– Configure firewall rules
– Enable/disable backups and snapshots
– Malware scanner integration
– Create new VPS instance
– Delete VPS instance
– Manage data centers and templates
– View catalog and pricing
– Manage payment methods and subscriptions
– List Reach profiles to resolve the profile UUID other operations need
– List, get, create, update and delete profile contacts
– Create contacts in bulk, optionally tagging them on the way in
– Filter contacts by subscription status, tag or search term
– Manage custom contact fields and their choices
– Check the remaining plan limits for the current period
– Check which plan features the profile can use before building something it cannot activate
– Check the connected sending domain, its verification status and any suspended senders
– Check the MX, SPF, DKIM and DMARC status of the profile domain
– List, create, rename and delete tags
– Assign or remove a tag for a single contact
– Assign or remove a tag for many contacts, or for every contact in a profile
– List, get, create, update and delete segments
– List the contacts a segment matches
– Count the contacts a segment matches
– List the attributes, operators and allowed values a condition can use
– Preview the contacts a set of conditions matches without saving a segment
– List automations, filtered by status and ordered by creation date
– Get a single automation with its contact journey counts
– List the steps an automation runs
– List campaigns, filtered by status and type
– Get a single campaign with its setup and delivery progress
– Get campaign performance: opens, clicks and unsubscribes
– List signup forms
– Get a single form with its template URL and the tags it applies
– Delete a form
Credentials
To use this node, you will need to authenticate with the Hostinger API.
1. Sign up for a Hostinger account and obtain a VPS.
2. Obtain API Access:
– Hostinger provides API tokens via your account dashboard or API settings (refer to official API docs).
3. Set up credentials in n8n:
– Go to Settings > Credentials in n8n.
– Add a new set of credentials for Hostinger API using:
– API Key
Compatibility
No known version incompatibilities at this time.
Usage
1. Add the Hostinger API node to your workflow.
2. Select the desired operation (e.g., Start VPS, Create Contact, Check Domain).
3. Provide required parameters, such as VPS ID, contact details, domain name, etc.
4. Execute the workflow and automate your Hostinger management tasks.
For more complex workflows, combine this node with standard n8n nodes such as HTTP Request, Function, and Set.
Helpful link for beginners: Try it out
Resources
Version history
– Added the Reach public API endpoints exposed since the previous release
– Added Reach operations: Get Profile Sending Domain and List Profile Plan Features
– Added Reach Segments operations: List Segment Filter Attributes and Preview Segment Filter Contacts
– Fixed Purchase Domain silently discarding invalid JSON in Additional Details; it now reports a validation error instead
– Added the Reach public API endpoints exposed since the previous release
– Added Reach Automations resource: List Automations, Get Automation, List Automation Steps
– Added Reach Campaigns resource: List Campaigns, Get Campaign, Get Campaign Statistics
– Added Reach Forms resource: List Forms, Get Form, Delete Form
– Added Reach operations: Get Profile Limits and Get Profile DNS Status
– Updated dependencies
– Added profile-scoped actions for Email Marketing (Reach), covering the endpoints the public API now exposes
– Added Reach operations: List Profiles, List Profile Contacts, Get Profile Contact, Create Profile Contact, Create Contacts in Bulk, Update Profile Contact, Delete Profile Contact
– Added Reach Contact Fields resource: List, Create, Update and Delete Contact Field
– Added Reach Tags resource: List Tags, Create Tags, Update Tag, Delete Tag, Assign Tag to Contact(s), Remove Tag From Contact(s)
– Added Reach Segments resource: List, Get, Create, Update and Delete Profile Segment, plus List and Count Profile Segment Contacts
– Marked the profile-less contact and segment operations as deprecated; they keep working but fall back to the default profile
– Fixed release workflow (clean working directory check, full git history fetch)
– Synced package.json version with npm registry
– Fixed release workflow configuration
– Added GITHUB_TOKEN for automated GitHub releases
– Added segment actions for Email Marketing (Reach)
– List Segments operation
– Get Segment operation
– Get Segment Contacts operation
– Removed contact groups functionality (replaced with segments)
– Added fields for Domain Purchase, Check Domain Availability and Update Domain Nameservers operations
– Refactored scripts for building, linting, and releasing using n8n-node CLI
– Added strict mode in n8n configuration
– Updated devDependencies to use latest versions and added release-it for version management
– Simplified tsconfig.json include paths
– Refactored the node to use Resources and Operations
– Updated dependencies
– Updated dependencies
– Updated dependencies
– Added VPS Docker Manager endpoints
– Added n8n credentials test
– Updated dependencies
– Added Email Marketing (Reach) endpoints
– Added Purchase VM Method
– Added Billing methods
– Added Domain Portfolio methods
– Added Domain WHOIS methods
– Added Domain Forwarding methods
– No significant changes
– Fixed inputs on category selection
– Added User-Agent header
– Initial release
– Supports full suite of VPS operations including server management, monitoring, and networking.