n8n-nodes-alohub is a community node for the platform n8n , allowing integration of Alohub CPaaS services into automation workflows.
The node supports 2 main features:
Feature | Operation | Description |
|---|---|---|
Voice | Make a Call (Click to Call) | Make an outbound call via IP Phone |
Zalo ZNS | Send | Send ZNS notifications via Zalo with dynamic template |
Note: You need an Alohub account and API Key to use this node. Contact Alohub for information.
Open n8n, go to Settings → Community Nodes
Click Install a community node
Enter n8n-nodes-alohub
Click Install → wait for installation to complete
Run the following command in the n8n installation directory:
npm install n8n-nodes-alohubThen restart n8n to load the new node.
Before using the node, you need to create a credential containing the API Key from Alohub.
Drag the node Alohub into the workflow
Click on the dropdown Credential → select Create new credential
Enter API Key — obtained from the Alohub dashboard. Contact Alohub if you do not have one.
Click Save — the system will automatically check the connection
Parameters | Type | Required | Description |
|---|---|---|---|
| string | Yes | API Key from Alohub dashboard. Send via header |
All operations return detailed error information in the output:
Field | Type | Example | Description |
|---|---|---|---|
| boolean |
| Result of API call |
| number |
| HTTP status code |
| string |
| Error code from Alohub API |
| string |
| Detailed error message |
| string |
| Unique ID for reconciliation |
Tip: Enable Continue On Error in the settings of the Alohub node so that the workflow continues to run even when the API fails — the output will contain complete error information for processing in subsequent steps.
Requirement | Version | Notes |
|---|---|---|
n8n | >= 1.0.0 | — |
API Key | — | Contact Alohub for receipt |