Bitrix24 icon

Bitrix24

Interact with Bitrix24 CRM and business platform

Actions290

Overview

This node integrates with the Bitrix24 platform, specifically enabling operations on various Bitrix24 resources. The "Rename Folder" operation under the "Disk" resource allows users to rename a folder in their Bitrix24 Drive storage by specifying the folder's ID and the new desired name.

Common scenarios for this node include:

  • Organizing files and folders within Bitrix24 Drive by renaming folders to more meaningful or updated names.
  • Automating folder management workflows where folder names need to be updated based on external triggers or data changes.
  • Integrating Bitrix24 Drive folder renaming into broader business automation processes.

Practical example:

  • Automatically rename project folders in Bitrix24 Drive when a project status changes in your CRM system, ensuring folder names reflect current project phases.

Properties

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

Output

The node outputs an array of items corresponding to the result of the rename operation. Each item contains a json object representing the response from Bitrix24 after attempting to rename the folder. This typically includes confirmation details or error information if the operation failed.

If the operation fails and "Continue On Fail" is enabled, 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.
  • The node depends on Bitrix24 API endpoints for disk/folder management.
  • Proper configuration of the Bitrix24 credentials in n8n is necessary for successful API calls.

Troubleshooting

  • Common issues:

    • Invalid or missing Folder ID: Ensure the folder ID provided exists and is accessible with the given credentials.
    • Insufficient permissions: The authenticated user must have rights to rename folders in Bitrix24 Drive.
    • Network or API errors: Temporary connectivity issues or API rate limits may cause failures.
  • Error messages:

    • Errors returned from Bitrix24 API will be included in the output if "Continue On Fail" is enabled.
    • Typical error messages might indicate invalid folder ID, unauthorized access, or malformed requests.
  • Resolution tips:

    • Verify the Folder ID is correct and the folder exists.
    • Check that the authentication method is correctly configured and has sufficient permissions.
    • Review Bitrix24 API documentation for any specific requirements or limitations on folder renaming.
    • Enable "Continue On Fail" during testing to capture detailed error info.

Links and References

Discussion