3CX icon

3CX

Interact with 3CX telephony system

Actions462

Overview

This node integrates with the 3CX telephony system, specifically providing an operation to bulk delete inbound rules. It is useful in scenarios where you need to clean up or manage multiple inbound call routing rules at once, such as when reorganizing call flows or removing outdated configurations.

For example, if an administrator wants to remove several inbound rules that are no longer needed, they can provide a list of rule IDs to this node, which will then delete all specified rules in one request, saving time compared to deleting them individually.

Properties

Name Meaning
Ids A JSON array containing the IDs of the inbound rules to be deleted. The node expects this input as a JSON string, which it parses and sends in the request body for bulk deletion.

Output

The node outputs the response from the 3CX API after attempting to delete the specified inbound rules. The output is structured as JSON data representing the result of the bulk delete operation. This typically includes success confirmation or error details related to the deletion process.

No binary data output is involved in this operation.

Dependencies

  • Requires an API key credential for authenticating with the 3CX system.
  • Needs the base URL of the 3CX server configured in the credentials.
  • The node uses the 3CX REST API endpoint /xapi/v1 for requests.
  • Proper permissions on the 3CX system to delete inbound rules are necessary.

Troubleshooting

  • Invalid or missing IDs: If the Ids property contains invalid or empty values, the API may return errors indicating that the rules could not be found or deleted. Ensure the IDs are correct and formatted as a JSON array.
  • Authentication errors: If the API key or server URL is incorrect or missing, authentication will fail. Verify credentials and server URL configuration.
  • Permission issues: Lack of sufficient permissions on the 3CX system can cause deletion failures. Confirm that the API user has rights to modify inbound rules.
  • API endpoint errors: Network issues or incorrect base URL settings can lead to connection errors. Check connectivity and URL correctness.

Links and References

Discussion