3CX icon

3CX

Interact with 3CX telephony system

Actions462

Overview

This node integrates with the 3CX telephony system, specifically allowing users to delete a DN (Directory Number) property. It is useful in scenarios where administrators need to manage telephony configurations by removing specific properties associated with a DN number, such as clearing outdated or incorrect settings.

For example, if a DN property like "Call Forwarding" or "Voicemail Enabled" needs to be removed from a particular DN number, this node operation facilitates that action programmatically within an n8n workflow.

Properties

Name Meaning
Dn Number The directory number (DN) for which the property should be deleted.
Property Name The name of the property to delete from the specified DN.

Output

The node outputs JSON data representing the result of the delete operation. This typically includes confirmation of the deletion or any error messages 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 telephony system.
  • The node expects a base URL for the 3CX server, configured in the credentials.
  • The node sends requests to the 3CX API endpoint /xapi/v1.

Troubleshooting

  • Common issues:

    • Invalid or missing DN number or property name will cause the API call to fail.
    • Incorrect or expired API authentication token may lead to authorization errors.
    • Network connectivity problems to the 3CX server can prevent successful requests.
  • Error messages and resolutions:

    • Unauthorized / 401: Check that the API key credential is correctly configured and valid.
    • Not Found / 404: Verify that the DN number and property name exist in the 3CX system.
    • Bad Request / 400: Ensure that the input parameters are correctly formatted and not empty.

Links and References

Discussion