Bitrix24 icon

Bitrix24

Interact with Bitrix24 CRM and business platform

Actions290

Overview

This node interacts with the Bitrix24 platform, specifically supporting operations on various resources including files stored in Bitrix24's disk storage. The "Rename File" operation under the "Disk" resource allows users to rename a file or folder by specifying its unique file ID and the new desired name.

Common scenarios for this node include automating file management tasks within Bitrix24, such as renaming documents or folders based on workflow triggers or external events. For example, after processing a document, you might want to rename it to reflect its updated status or version number automatically.

Properties

Name Meaning
Authentication Method of authenticating with Bitrix24: OAuth2 (recommended), Webhook (simpler), or API Key
File ID The unique identifier of the file or folder to rename
New Name The new name to assign to the specified file or folder
Options Additional optional parameters:
- Filter: JSON criteria to filter files (not used here)
- Order: JSON sort order (not used here)
- Start: Pagination start position (not used here)

Output

The node outputs an array of items where each item contains a json object representing the result of the rename operation. Typically, this will include confirmation details from Bitrix24 about the renamed file or folder. If an error occurs and the node is configured to continue on failure, the output will contain an error message along with the resource name and a timestamp.

No binary data output is indicated for this operation.

Dependencies

  • Requires authentication credentials for Bitrix24 via one of the supported methods: OAuth2, webhook URL, or API key.
  • Relies on Bitrix24 API endpoints to perform file operations.
  • No additional external services are required beyond Bitrix24 itself.

Troubleshooting

  • Common Issues:

    • Invalid or missing File ID: Ensure the File ID corresponds to an existing file or folder in Bitrix24.
    • Insufficient permissions: The authenticated user must have rights to rename files in the target Bitrix24 account.
    • Network or API errors: Temporary connectivity issues or API rate limits may cause failures.
  • Error Messages:

    • Errors returned from Bitrix24 API will be propagated. If "Continue On Fail" is enabled, these errors appear in the output JSON with an error field describing the issue.
    • Authentication failures typically indicate invalid or expired credentials; re-authenticate or update credentials accordingly.

Links and References

Discussion