Actions290
- Task Actions
- Direct API Actions
- CRM Actions
- User Actions
- SPA Actions
- Activity Actions
- Automation Actions
- Document Generator Actions
- Data Storage Actions
- Get Entity
- Add Entity
- Update Entity
- Delete Entity
- Get Entity Rights
- Get Entity Sections
- Add Entity Section
- Update Entity Section
- Delete Entity Section
- Get Entity Item
- Add Entity Item
- Update Entity Item
- Delete Entity Item
- Get Entity Item Properties
- Add Entity Item Property
- Update Entity Item Property
- Delete Entity Item Property
- Chat Actions
- User Field Actions
- File Actions
- User Field Config Actions
- Duplicate Actions
- Timeline Actions
- Disk Actions
- Upload File
- Download File
- Delete File
- Get File Info
- List Files
- Create Folder
- Delete Folder
- Get Storage Info
- Get Storages
- Get Storage
- Get Folders
- Get Folder
- Add Folder
- Update Folder
- Copy Folder
- Move Folder
- Rename Folder
- Get Files
- Get File
- Copy File
- Move File
- Rename File
- Share Item
- Get Shared Items
- Get Sharing Rights
- Update Sharing Rights
- Workflow Actions
- Status Actions
- Calendar Actions
- Chatbot Actions
- Events Actions
- Lists Actions
- Product Actions
- Open Lines Actions
- Telephony Actions
- Register External Call
- Finish External Call
- Hide External Call
- Show External Call
- Search CRM Entities
- Attach Call Record
- Get External Line
- Add External Line
- Update External Line
- Delete External Line
- Get Voximplant Statistics
- Get Voximplant Line
- Get Voximplant SIP Connector
- Get Voximplant SIP Line
- Add Voximplant SIP Line
- Update Voximplant SIP Line
- Delete Voximplant SIP Line
- Message Service Actions
- Notify Actions
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.