3CX icon

3CX

Interact with 3CX telephony system

Actions462

Overview

This node interacts with the 3CX telephony system, specifically providing an operation to retrieve a help link related to system status requests. The "Get Request Help Link" operation is useful when you need to programmatically obtain a URL or reference that guides users on how to request support or help within the 3CX system context. For example, it can be used in automated workflows to fetch and display relevant help documentation links based on a specified grant period.

Properties

Name Meaning
Grant Period Days Number of days for the grant period; used as a query parameter in the help link request

Output

The node outputs JSON data containing the help link information retrieved from the 3CX system. This typically includes a URL or structured data pointing to the relevant help or support resource. The exact structure depends on the 3CX API response but generally provides a direct link or instructions for requesting help.

No binary data output is indicated by the source code.

Dependencies

  • Requires an API key credential for authenticating with the 3CX system.
  • Needs the base URL of the 3CX server configured in credentials.
  • The node sends HTTP requests to the 3CX API endpoint /xapi/v1.
  • The Accept header is set to expect JSON responses.

Troubleshooting

  • Common issues:

    • Incorrect or missing API authentication token will cause authorization errors.
    • Misconfigured server URL (e.g., trailing slash issues) may lead to failed requests.
    • Providing invalid or negative values for "Grant Period Days" might result in API errors or unexpected responses.
  • Error messages:

    • Authorization errors usually indicate problems with the API key or OAuth2 token.
    • Network errors could stem from unreachable server URLs or incorrect endpoints.
    • Validation errors from the API may occur if "Grant Period Days" is not provided or is out of acceptable range.

To resolve these, verify credentials, ensure the server URL is correct without trailing slashes, and provide valid numeric input for the grant period.

Links and References

Discussion