3CX icon

3CX

Interact with 3CX telephony system

Actions462

Overview

This node integrates with the 3CX telephony system, specifically allowing users to create DN (Directory Number) properties within 3CX. It is useful in scenarios where you need to programmatically manage or configure phone line properties in bulk or as part of automated workflows. For example, a telecom administrator could automate the setup of new extensions by creating DN properties dynamically based on input data.

Properties

Name Meaning
Dn Number The directory number (phone extension) for which the property is being created.
Property A JSON object representing the property details to assign to the specified DN number.

Output

The node outputs JSON data representing the result of the create DN property operation. This typically includes confirmation details such as the created property's attributes or status messages from 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.
  • Needs the base URL of the 3CX server configured in the credentials.
  • The node sends HTTP requests to the 3CX API endpoint /xapi/v1.

Troubleshooting

  • Authentication errors: Ensure the API key and server URL are correctly set in the credentials.
  • Invalid JSON in Property field: The "Property" input expects valid JSON; malformed JSON will cause errors.
  • Network issues: Verify connectivity to the 3CX server and that the server URL is correct.
  • API errors: If the 3CX API returns errors, check that the DN number exists and the property data conforms to expected schema.

Links and References

Discussion