3CX icon

3CX

Interact with 3CX telephony system

Actions462

Overview

The node is designed to interact with the 3CX telephony system, specifically providing operations related to communication management within 3CX. In the context of the "Website Links" resource and the "Validate Link" operation, it likely validates URLs or links associated with 3CX services or configurations.

This node would be beneficial in scenarios where users need to programmatically verify the validity or correctness of website links related to their telephony setup, such as checking callback URLs, webhook endpoints, or other integration points before applying them in 3CX.

Practical examples include:

  • Validating a webhook URL before registering it in 3CX.
  • Checking if a link used for call forwarding or IVR menus is reachable and correctly formatted.

Properties

Name Meaning
Model A JSON object representing the data model sent in the request body for link validation.

The "Model" property expects a JSON input that will be parsed and sent as the request body when validating the link.

Output

The node outputs JSON data containing the response from the 3CX API regarding the validation result of the provided link. This output typically includes status information indicating whether the link is valid or not, along with any relevant messages or error details returned by the API.

No binary data output is indicated.

Dependencies

  • Requires an API key credential for authenticating with the 3CX telephony system.
  • The node uses the base URL configured in the credentials, ensuring requests are sent to the correct 3CX server endpoint.
  • The node sends HTTP requests with Accept: application/json header and expects JSON responses.

Troubleshooting

  • Invalid or missing API credentials: Ensure the API key or OAuth2 token for 3CX is correctly configured in n8n credentials.
  • Incorrect server URL: The base URL must be accurate and should not end with a trailing slash; the node trims this automatically but misconfiguration can cause errors.
  • Malformed JSON in "Model": The "Model" property requires valid JSON input. Invalid JSON will cause parsing errors.
  • API errors: If the 3CX API returns errors (e.g., invalid link format), these will be reflected in the node's output. Review the message for corrective action.

Links and References

Discussion