oxxa

n8n community node for the OXXA API (command.php)

Package Information

Downloads: 5 weekly / 140 monthly
Latest Version: 0.1.0
Author: Arwin

Documentation

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:

  1. Go to Settings → Community Nodes
  2. Select Install
  3. Enter: n8n-nodes-oxxa
  4. 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:

  1. Open the node in your workflow
  2. Click Create new credentials
  3. Enter:
  • API Username
  • API Password
  • API Endpoint (if applicable)
  1. 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

  1. Add the OXXA node
  2. Select the correct API credentials
  3. Set the correct endpoint
  4. add the command from the API documentation

Resources


Discussion