3CX icon

3CX

Interact with 3CX telephony system

Actions462

Overview

This node integrates with the 3CX telephony system, allowing users to perform various operations related to communication management. Specifically, the "License Status" resource with the "Link Partner" operation enables linking a partner reseller by providing their reseller ID. This can be useful in scenarios where managing licenses and partnerships within the 3CX ecosystem is required, such as automating license assignments or tracking reseller relationships.

Properties

Name Meaning
Reseller Id The unique identifier of the reseller partner to link.

Output

The node outputs JSON data representing the result of the "Link Partner" operation on the License Status resource. This typically includes confirmation details about the linked partner or any relevant status information returned by the 3CX API. There is no indication that binary data is output by this node.

Dependencies

  • Requires an API key credential for authenticating with the 3CX system.
  • The node expects a base URL for the 3CX server, which should be configured in the credentials.
  • The node sends requests to the 3CX API endpoint /xapi/v1.

Troubleshooting

  • Common issues:

    • Incorrect or missing reseller ID may cause the operation to fail.
    • Invalid or expired API authentication token will prevent successful API calls.
    • Misconfigured server URL (e.g., trailing slash issues) could lead to request failures.
  • Error messages:

    • Authentication errors usually indicate problems with the API key or OAuth2 token; verify credentials.
    • Validation errors may occur if the reseller ID is not provided or invalid; ensure correct input.
    • Network or connection errors suggest issues reaching the 3CX server; check network settings and server URL.

Links and References

Discussion