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 "Link My Group Partner" operation under the "My Group" resource enables linking a partner to a reseller group within the 3CX environment. This can be useful for managing reseller relationships and organizing partners efficiently in a telephony setup.

Practical examples include:

  • Automatically linking new partners to reseller groups when onboarding them.
  • Managing reseller-partner relationships programmatically as part of a larger workflow involving telephony configurations.

Properties

Name Meaning
Reseller Id The identifier of the reseller to which the partner will be linked. This is a string value representing the reseller's unique ID.

Output

The node outputs JSON data reflecting the result of the linking operation. This typically includes confirmation details such as success status, any identifiers related to the linked partner or reseller, and possibly error messages if the operation failed.

No binary data output is indicated by the source code.

Dependencies

  • Requires an API key credential for authenticating with the 3CX system (OAuth2-based).
  • Needs the base URL of the 3CX server configured in the credentials.
  • The node sends requests to the 3CX API endpoint /xapi/v1.

Troubleshooting

  • Common issues:

    • Invalid or missing reseller ID may cause the operation to fail.
    • Incorrect 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 indicating invalid credentials require reconfiguration of the API key.
    • Validation errors about the reseller ID suggest checking the input value for correctness.
    • Network or connection errors imply verifying the server URL and network accessibility.

Links and References

Discussion