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 "Bulk Ips Delete" operation under the "Blocklist" resource enables users to delete multiple IP addresses from the blocklist in a single request. This is useful for administrators who want to quickly remove several blocked IPs without having to delete them one by one.

Practical examples include:

  • Cleaning up outdated or mistakenly blocked IP addresses.
  • Managing security by removing IPs that no longer pose a threat.
  • Automating bulk unblock actions as part of network maintenance workflows.

Properties

Name Meaning
Ids A JSON array containing the IDs of the IP addresses to be deleted from the blocklist. The input expects a JSON string which will be parsed and sent in the request body.

Output

The node outputs JSON data representing the result of the bulk deletion operation. This typically includes confirmation of which IPs were successfully removed or any errors encountered during the process. 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 base URL for the 3CX API must be configured in the credentials.
  • The node sends requests to the 3CX API endpoint /xapi/v1.

Troubleshooting

  • Invalid JSON in Ids property: If the JSON array provided in the "Ids" property is malformed, the node will fail to parse it, resulting in an error. Ensure the JSON is correctly formatted.
  • Authentication errors: If the API key or OAuth2 token is missing or invalid, the node will not authenticate with the 3CX API. Verify that the correct credentials are set up.
  • Network or API errors: Issues such as incorrect base URL, network connectivity problems, or API downtime can cause failures. Check the server URL configuration and network status.
  • Empty or null Ids array: Sending an empty or null list may result in no action or an error from the API. Make sure to provide valid IDs.

Links and References

Discussion