3CX icon

3CX

Interact with 3CX telephony system

Actions462

Overview

The node interacts with the 3CX telephony system, specifically providing an operation to retrieve a list of available languages for voicemail transcription. This is useful in scenarios where users want to configure or display supported transcription languages for voicemails within their telephony workflows. For example, a user might use this node to dynamically populate language options in a form or to validate if a desired transcription language is supported before setting voicemail preferences.

Properties

Name Meaning
Options A collection of optional query parameters to refine the retrieval of transcribe languages:
- Top: Show only the first n items.
- Skip: Skip the first n items.
- Search: Search items by search phrases (supports phrase quoting).
- Filter: Filter items by property values (e.g., State eq 'Connected').
- Count: Include count of items (boolean).

Output

The node outputs JSON data representing the list of transcription languages retrieved from the 3CX system. The structure typically includes language identifiers and descriptive names. If the API supports it, the output may also include metadata such as total count when requested via the Count option.

No binary data output is indicated for this operation.

Dependencies

  • Requires an API key credential for authenticating with the 3CX telephony system.
  • The base URL for the 3CX server must be configured in the credentials.
  • The node sends HTTP requests to the 3CX API endpoint /xapi/v1.

Troubleshooting

  • Authentication errors: Ensure that the API key credential is correctly set up and has sufficient permissions.
  • Invalid query parameters: Using incorrect syntax in filter or search options may cause API errors; verify the query strings conform to expected formats.
  • Empty results: If no transcription languages are returned, check if the 3CX server supports voicemail transcription or if the query filters are too restrictive.
  • Network issues: Confirm that the 3CX server URL is reachable from the n8n environment.

Links and References

Discussion