Bitrix24 icon

Bitrix24

Interact with Bitrix24 CRM and business platform

Actions290

Overview

The Bitrix24 node enables interaction with the Bitrix24 CRM and business platform, supporting various resources including Smart Process Automation (SPA). Specifically, the "Install SPA" operation under the SPA resource allows users to manage or install Smart Process Automation entities within Bitrix24.

This node is beneficial for automating business workflows by integrating Bitrix24's SPA capabilities into n8n workflows. For example, a user can automate the installation or configuration of SPA types as part of a larger CRM automation process, streamlining operations such as lead management, deal tracking, or custom business processes.

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 where each item contains a json object representing the result of the executed operation on the selected resource. In case of errors and if the workflow is configured to continue on failure, the output includes an error object with:

  • error: The error message string.
  • resource: The resource name used in the operation.
  • timestamp: ISO string timestamp when the error occurred.

No binary data output is indicated in the source code.

Dependencies

  • Requires authentication credentials for Bitrix24 via one of the supported methods (OAuth2, webhook URL, or API key).
  • Uses internal helper functions to make API calls to Bitrix24 endpoints.
  • No external npm packages beyond bundled internal modules are required.
  • Proper configuration of Bitrix24 credentials in n8n is necessary.

Troubleshooting

  • Common Issues:

    • Incorrect or missing authentication credentials will cause API call failures.
    • Selecting an unsupported or unavailable SPA type may result in empty or error responses.
    • Network connectivity issues can prevent successful API communication.
  • Error Messages:

    • Errors thrown during execution include the error message from the Bitrix24 API or internal processing.
    • If "Continue On Fail" is enabled, errors are returned in the output JSON with details.
    • To resolve errors, verify credentials, ensure correct resource and operation selection, and check network access.

Links and References

Discussion