Bitrix24 icon

Bitrix24

Interact with Bitrix24 CRM and business platform

Actions290

Overview

This node integrates with the Bitrix24 platform, enabling users to interact with various Bitrix24 resources and operations. Specifically, for the Telephony resource and the Get Voximplant SIP Connector operation, it allows retrieving information about a Voximplant SIP connector configured in Bitrix24 telephony settings.

Common scenarios where this node is beneficial include:

  • Automating telephony system configurations by fetching SIP connector details.
  • Integrating Bitrix24 telephony data into workflows for call routing or logging.
  • Synchronizing telephony connectors with external systems or monitoring their status.

For example, a user might use this node to programmatically retrieve SIP connector details before initiating calls or updating telephony settings based on connector status.

Properties

Name Meaning
Authentication Method of authenticating with Bitrix24. Options:
- OAuth2 (recommended for production)
- Webhook (simpler but less secure)
- API Key

Output

The node outputs an array of items, each containing a json object with the data returned from Bitrix24 for the requested resource and operation.

  • The json field contains the response data from Bitrix24's API related to the Voximplant SIP connector.
  • If an error occurs and "Continue On Fail" is enabled, the output will contain an item with an error message, the resource name, and a timestamp.

No binary data output is indicated in the source code.

Dependencies

  • Requires valid authentication credentials for Bitrix24 via one of the supported methods (OAuth2, webhook URL, or API key).
  • Uses internal helper functions to make standardized API calls to Bitrix24.
  • No additional external services beyond Bitrix24 are required.

Troubleshooting

  • Common issues:

    • Authentication failures due to incorrect or expired credentials.
    • API rate limits or permission restrictions on the Bitrix24 account.
    • Network connectivity problems preventing API calls.
  • Error messages:

    • Errors thrown during execution will be included in the output if "Continue On Fail" is enabled, showing the error message and timestamp.
    • Typical errors relate to failed API calls or missing parameters.
  • Resolutions:

    • Verify that the selected authentication method is correctly configured with valid credentials.
    • Ensure the Bitrix24 account has sufficient permissions to access telephony and SIP connector data.
    • Check network connectivity and retry if transient errors occur.

Links and References

Discussion