Skip to content

Commit 2fc3548

Browse files
committed
Merge remote-tracking branch 'origin/main'
2 parents c729861 + de16337 commit 2fc3548

File tree

4 files changed

+475
-18
lines changed

4 files changed

+475
-18
lines changed

README.md

Lines changed: 42 additions & 10 deletions
Original file line numberDiff line numberDiff line change
@@ -1,8 +1,8 @@
11
# n8n-nodes-hostinger-api
22

3-
This is an n8n community node. It lets you use Hostinger VPS API in your n8n workflows.
3+
This is an n8n community node. It lets you use Hostinger API in your n8n workflows.
44

5-
Hostinger VPS API allows you to manage your virtual private servers, automate provisioning, monitor resources, and perform various administrative actions programmatically.
5+
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.
66

77
[n8n](https://n8n.io/) is a [fair-code licensed](https://docs.n8n.io/reference/license/) workflow automation platform.
88

@@ -20,26 +20,48 @@ Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes
2020

2121
## Operations
2222

23-
The Hostinger VPS node supports the following operations:
23+
The Hostinger API node supports the following operations:
2424

2525
- **Server Management**
2626
- List VPS instances
27-
- Start/Stop/Restart a VPS
27+
- Start/Stop/Restart/Purchase a VPS
2828
- Reinstall operating system
2929
- Reset root password
30+
- Manage SSH keys and post-install scripts
31+
32+
- **Domain Management**
33+
- List domains and check availability
34+
- Purchase and manage domains
35+
- Configure privacy protection and domain lock
36+
- Manage DNS zones and records
37+
- Domain forwarding and WHOIS profiles
3038

3139
- **Monitoring**
3240
- Fetch VPS resource usage (CPU, RAM, Disk)
3341
- Get server status and uptime
42+
- View action history
3443

3544
- **Networking**
36-
- Manage IP addresses
45+
- Manage IP addresses and PTR records
3746
- Configure firewall rules
38-
- Enable/disable backups
47+
- Enable/disable backups and snapshots
48+
- Malware scanner integration
3949

4050
- **Provisioning**
4151
- Create new VPS instance
4252
- Delete VPS instance
53+
- Manage data centers and templates
54+
55+
- **Billing**
56+
- View catalog and pricing
57+
- Manage payment methods and subscriptions
58+
59+
- **Email Marketing (Reach)**
60+
- List and manage email contacts
61+
- Create new contacts with custom fields
62+
- Delete contacts by UUID
63+
- Manage contact groups
64+
- Filter contacts by subscription status
4365

4466
## Credentials
4567

@@ -59,10 +81,10 @@ No known version incompatibilities at this time.
5981

6082
## Usage
6183

62-
1. **Add the Hostinger VPS node** to your workflow.
63-
2. **Select the desired operation** (e.g., Start VPS, Get Status).
64-
3. **Provide required parameters**, such as VPS ID, action type, etc.
65-
4. **Execute the workflow** and automate your VPS management tasks.
84+
1. **Add the Hostinger API node** to your workflow.
85+
2. **Select the desired operation** (e.g., Start VPS, Create Contact, Check Domain).
86+
3. **Provide required parameters**, such as VPS ID, contact details, domain name, etc.
87+
4. **Execute the workflow** and automate your Hostinger management tasks.
6688

6789
For more complex workflows, combine this node with standard n8n nodes such as HTTP Request, Function, and Set.
6890

@@ -76,6 +98,16 @@ Helpful link for beginners: [Try it out](https://docs.n8n.io/try-it-out/)
7698

7799
## Version history
78100

101+
- **v1.0.5**:
102+
- Added Email Marketing (Reach) endpoints
103+
104+
- **v1.0.4**:
105+
- Added Purchase VM Method
106+
- Added Billing methods
107+
- Added Domain Portfolio methods
108+
- Added Domain WHOIS methods
109+
- Added Domain Forwarding methods
110+
79111
- **v1.0.3**:
80112
- No significant changes
81113
- **v1.0.2**:

0 commit comments

Comments
 (0)