You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
Copy file name to clipboardExpand all lines: README.md
+42-10Lines changed: 42 additions & 10 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -1,8 +1,8 @@
1
1
# n8n-nodes-hostinger-api
2
2
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.
4
4
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.
6
6
7
7
[n8n](https://n8n.io/) is a [fair-code licensed](https://docs.n8n.io/reference/license/) workflow automation platform.
8
8
@@ -20,26 +20,48 @@ Follow the [installation guide](https://docs.n8n.io/integrations/community-nodes
20
20
21
21
## Operations
22
22
23
-
The Hostinger VPS node supports the following operations:
23
+
The Hostinger API node supports the following operations:
24
24
25
25
-**Server Management**
26
26
- List VPS instances
27
-
- Start/Stop/Restart a VPS
27
+
- Start/Stop/Restart/Purchase a VPS
28
28
- Reinstall operating system
29
29
- 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
30
38
31
39
-**Monitoring**
32
40
- Fetch VPS resource usage (CPU, RAM, Disk)
33
41
- Get server status and uptime
42
+
- View action history
34
43
35
44
-**Networking**
36
-
- Manage IP addresses
45
+
- Manage IP addresses and PTR records
37
46
- Configure firewall rules
38
-
- Enable/disable backups
47
+
- Enable/disable backups and snapshots
48
+
- Malware scanner integration
39
49
40
50
-**Provisioning**
41
51
- Create new VPS instance
42
52
- 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
43
65
44
66
## Credentials
45
67
@@ -59,10 +81,10 @@ No known version incompatibilities at this time.
59
81
60
82
## Usage
61
83
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.
0 commit comments