Bitrix24 icon

Bitrix24

Interact with Bitrix24 CRM and business platform

Actions290

Overview

This node integrates with the Bitrix24 platform, specifically enabling telephony-related operations. The "Add Voximplant SIP Line" operation allows users to add a new SIP line configured for Voximplant within their Bitrix24 telephony setup. This is useful for organizations that want to connect external SIP lines (using Voximplant) to their Bitrix24 telephony system, enabling calls through SIP infrastructure.

Practical scenarios include:

  • Adding a new SIP line to route calls via Voximplant.
  • Automating telephony configuration in Bitrix24 during deployment or scaling.
  • Managing multiple SIP lines programmatically without manual UI interaction.

Properties

Name Meaning
Authentication Method of authenticating with Bitrix24: OAuth2 (recommended), Webhook (simpler), or API Key authentication.
Line Name The name assigned to the SIP line being added.
Line Number The phone number associated with the SIP line.
SIP Server The address of the SIP server to connect to (e.g., Voximplant SIP server).
SIP Login The login username for the SIP account.
SIP Password The password for the SIP account (input is masked for security).

Output

The node outputs JSON data representing the result of the SIP line addition operation. This typically includes confirmation details from Bitrix24 about the newly created SIP line or error information if the operation failed.

No binary data output is involved.

Dependencies

  • Requires valid authentication credentials for Bitrix24, which can be provided as an OAuth2 token, webhook URL, or API key.
  • Access to the Bitrix24 telephony API with permissions to manage SIP lines.
  • Network connectivity to Bitrix24 services and the specified SIP server.

Troubleshooting

  • Authentication errors: Ensure the selected authentication method is correctly configured with valid credentials. OAuth2 is recommended for production use.
  • Invalid SIP credentials: Verify the SIP server address, login, and password are correct and active.
  • API call failures: Check network connectivity and Bitrix24 API availability.
  • Permission issues: Confirm the authenticated user has rights to add SIP lines in Bitrix24.
  • Error messages returned by the node will include the error message from Bitrix24's API. Use these messages to diagnose issues such as invalid parameters or quota limits.

Links and References

Discussion