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
+17-7Lines changed: 17 additions & 7 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,7 +20,7 @@ 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
@@ -56,6 +56,13 @@ The Hostinger VPS node supports the following operations:
56
56
- View catalog and pricing
57
57
- Manage payment methods and subscriptions
58
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
65
+
59
66
## Credentials
60
67
61
68
To use this node, you will need to authenticate with the Hostinger API.
@@ -74,10 +81,10 @@ No known version incompatibilities at this time.
74
81
75
82
## Usage
76
83
77
-
1.**Add the Hostinger VPS node** to your workflow.
78
-
2.**Select the desired operation** (e.g., Start VPS, Get Status).
79
-
3.**Provide required parameters**, such as VPS ID, action type, etc.
80
-
4.**Execute the workflow** and automate your VPS management tasks.
84
+
1.**Add the Hostinger API node** to your workflow.
0 commit comments