Actions39
- Client Actions
- Client Contact Actions
- Invoice Actions
- Order Actions
- Account Actions
- Service Actions
- Domain Actions
Overview
This n8n node allows you to interact with the HostBill API, specifically to retrieve information about a Domain by its ID. The "Domain: Get" operation fetches details for a specific domain managed in your HostBill system. This is useful for automating workflows that require domain data, such as synchronizing domain records, auditing domain status, or integrating with other systems.
Example scenarios:
- Fetching domain details to update an external database.
- Checking domain status before performing automated actions.
- Retrieving domain information for reporting or notification purposes.
Properties
Name | Type | Meaning |
---|---|---|
Domain ID | Number | The unique identifier of the domain you want to retrieve from HostBill. |
Output
The output will be a JSON object (or array of objects) containing the details of the requested domain. The exact structure depends on the HostBill API response, but typically includes fields such as domain name, status, registration date, expiry date, and owner information.
If an error occurs and "Continue On Fail" is enabled, the output may include an error
field with the error message.
Dependencies
- External Service: Requires access to a HostBill instance with API enabled.
- API Credentials: You must configure valid HostBill API credentials (
hostBillApi
) in n8n. - n8n Configuration: No special environment variables are required beyond standard credential setup.
Troubleshooting
Common Issues:
- Invalid Domain ID: If the provided Domain ID does not exist, the node will return an error indicating the domain was not found.
- Authentication Errors: Incorrect or missing API credentials will result in authentication failures.
- Network Issues: Connectivity problems between n8n and HostBill can cause request failures.
Error Messages:
"Domain not found"
: Check that the Domain ID is correct and exists in HostBill."Authentication failed"
: Verify your HostBill API credentials in n8n."Request failed"
: Ensure HostBill is reachable from your n8n instance.