Bitrix24 icon

Bitrix24

Interact with Bitrix24 CRM and business platform

Actions290

Overview

This node integrates with the Bitrix24 CRM and business platform, enabling users to interact programmatically with various Bitrix24 resources. Specifically, for the "Document Generator" resource and the "Get Provider" operation, it allows retrieving information about document providers configured in Bitrix24.

Common scenarios where this node is beneficial include automating CRM workflows, fetching metadata or configuration details from Bitrix24, and integrating Bitrix24 data into other systems or processes without manual intervention.

For example, a user might use this node to automatically fetch document provider details before generating or sending documents within a workflow, ensuring that the correct provider settings are applied dynamically.

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 JSON objects representing the response from Bitrix24 for the requested resource and operation. For the "Get Provider" operation under the "Document Generator" resource, the output JSON contains details about the document provider(s) retrieved from Bitrix24.

If an error occurs during execution, and the node is set to continue on failure, the output will contain an object with an error field describing the issue, along with the resource name and a timestamp.

The node does not explicitly output binary data.

Dependencies

  • Requires valid authentication credentials for Bitrix24, which can be provided via:

    • OAuth2 token
    • Webhook URL
    • API key
  • The node depends on internal helper functions to make standardized API calls to Bitrix24.

  • No additional external services beyond Bitrix24 are required.

Troubleshooting

  • Common Issues:

    • Incorrect or expired authentication credentials leading to authorization errors.
    • Network connectivity issues preventing API calls to Bitrix24.
    • Misconfiguration of the resource or operation parameters.
  • Error Messages:

    • Errors thrown by the node will include the message returned from Bitrix24 or internal exceptions.
    • If "Continue On Fail" is enabled, errors are returned as part of the output JSON with an error property.
  • Resolutions:

    • Verify and refresh authentication credentials.
    • Check network access and firewall settings.
    • Ensure correct selection of resource and operation matching Bitrix24 capabilities.

Links and References

Discussion