@arwinho/n8n-nodes-oxxa
v0.1.0
Published
n8n community node for the OXXA API (command.php)
Maintainers
Readme
n8n-nodes-oxxa
This is an n8n community node. It lets you use OXXA in your n8n workflows.
OXXA is a domain registration and management service that provides API access for domain availability checks, registrations, transfers, and related domain management operations.
n8n is a fair-code licensed workflow automation platform.
Installation
Follow the official installation guide for community nodes.
In n8n:
- Go to Settings → Community Nodes
- Select Install
- Enter: n8n-nodes-oxxa
- Click Install
Operations
The OXXA node currently supports all available commands from the OXXA API documentation:
Credentials
To use this node, you need an active OXXA API account.
Prerequisites
- An active OXXA reseller or partner account
- API access enabled for your account
- API credentials
Authentication
This node uses:
- API Username
- API Password
- Optional: API endpoint (if sandbox or alternative environment is used)
To configure credentials in n8n:
- Open the node in your workflow
- Click Create new credentials
- Enter:
- API Username
- API Password
- API Endpoint (if applicable)
- Save the credential
All API communication is performed securely over HTTPS.
Compatibility
- Minimum required n8n version: 1.0.0
- Tested against:
- n8n 1.x
- Node.js 18+
If you experience compatibility issues, please check your n8n version and ensure the node is updated to the latest release.
Usage
Example: Check domain availability
- Add the OXXA node
- Select the correct API credentials
- Set the correct endpoint
- add the command from the API documentation
Resources
- n8n community nodes documentation
- OXXA API documentation (https://www.oxxa.com/storage/uploads/6ebd9e48-c14c-413d-8f49-3bc4e331d3b4/oxxa-api-v1.99.pdf)
- n8n documentation
