3CX icon

3CX

Interact with 3CX telephony system

Actions462

Overview

This node interacts with the 3CX telephony system, specifically allowing users to retrieve information about a ring group by providing its phone number in international format. It is useful in scenarios where you need to programmatically access details of a ring group based on its assigned phone number, such as integrating call routing logic, monitoring ring group configurations, or automating telephony workflows.

For example, a user might input a phone number like "+1234567890" to fetch the corresponding ring group's settings and members, enabling further processing or decision-making within an automated workflow.

Properties

Name Meaning
Number Phone number in international format (e.g., +1234567890) used to identify the ring group to retrieve

Output

The node outputs JSON data representing the ring group associated with the provided phone number. This typically includes details such as the ring group's configuration, members, and other relevant metadata from the 3CX system.

If the node supports binary data output, it would generally relate to telephony recordings or media files, but this specific operation focuses on JSON data retrieval only.

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

  • Invalid or missing phone number: Ensure the "Number" property is provided in the correct international format (e.g., +1234567890).
  • Authentication errors: Verify that the API key credential is correctly set up and has sufficient permissions to access ring group data.
  • Network or server issues: Confirm the 3CX server URL is reachable and correct.
  • Ring group not found: If no ring group matches the provided number, the node may return an empty response or an error indicating the resource was not found.

Links and References

Discussion