Bitrix24 icon

Bitrix24

Interact with Bitrix24 CRM and business platform

Actions290

Overview

This node integrates with the Bitrix24 platform, specifically allowing interaction with its CRM and business resources. The "Delete Entity Item Property" operation under the "Data Storage" resource enables users to delete a specific property from an entity item within Bitrix24. This is useful for cleaning up or removing outdated or incorrect data fields associated with CRM entities such as contacts, deals, leads, companies, etc.

Practical scenarios include:

  • Removing obsolete custom fields from CRM records.
  • Cleaning up properties that are no longer relevant after a process change.
  • Automating data hygiene by deleting unwanted properties from entity items.

Properties

Name Meaning
Authentication Method of authenticating with Bitrix24: OAuth2 (recommended), Webhook (simpler but less secure), or API Key authentication.
Property ID The unique identifier of the entity item property to be deleted. This is required to specify which property to remove.

Output

The node outputs JSON data representing the result of the deletion operation. Typically, this will confirm whether the property was successfully deleted or provide error information if the operation failed.

If the operation fails and the node is configured to continue on failure, the output JSON will contain an error field with the error message, along with 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).
  • Relies on Bitrix24's API endpoints to perform operations.
  • The node uses internal helper functions to make standardized API calls to Bitrix24.
  • No additional external services beyond Bitrix24 are required.

Troubleshooting

  • Common Issues:

    • Invalid or expired authentication credentials can cause authorization failures.
    • Providing an incorrect or non-existent Property ID will result in errors indicating the property could not be found or deleted.
    • Network connectivity issues may prevent successful API calls.
  • Error Messages:

    • Errors returned from Bitrix24 API will be surfaced in the node's output under the error field if "Continue On Fail" is enabled.
    • Common error messages might include authentication failures, invalid parameters, or permission denied errors.
  • Resolutions:

    • Verify that the authentication method and credentials are correctly configured and valid.
    • Double-check the Property ID to ensure it corresponds to an existing property on the target entity.
    • Ensure the user account has sufficient permissions to delete properties.
    • Check network connectivity and Bitrix24 service status.

Links and References

Discussion