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
The "Update Chat" operation in this Bitrix24 node allows users to modify properties of an existing chat within the Bitrix24 platform. This includes changing the chat's title, description, and color. It is useful for scenarios where chat metadata needs to be updated dynamically, such as renaming a project discussion group, updating chat context, or visually categorizing chats by color.
Practical examples:
- Renaming a team chat after a project milestone.
- Adding or updating a description to clarify the chatβs purpose.
- Changing the chat color to reflect priority or status.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method used to authenticate with Bitrix24: OAuth2 (recommended), Webhook, or API Key. |
| Chat ID | The unique identifier of the chat to update. |
| Chat Title | The new title for the chat (required). |
| Update Fields | Collection of fields to update on the chat: |
| - Title | New chat title (string). |
| - Description | New chat description (string). |
| - Color | New chat color. Options: Red, Green, Blue, Yellow, Pink, Purple, Orange, Gray. |
Output
The node outputs JSON data representing the result of the update operation. Typically, this will include confirmation details about the updated chat, such as its ID and the new property values. If the operation fails and "Continue On Fail" is enabled, the output will contain an error object with the error message, resource name, and timestamp.
The node does not output binary data.
Dependencies
- Requires connection to Bitrix24 via one of the supported authentication methods:
- OAuth2 authentication (recommended for production use).
- Webhook URL authentication (simpler but less secure).
- API key authentication.
- Proper credentials must be configured in n8n for the chosen authentication method.
- Network access to the Bitrix24 API endpoint.
Troubleshooting
Common issues:
- Invalid or expired authentication credentials causing authorization failures.
- Incorrect or missing Chat ID leading to "chat not found" errors.
- Insufficient permissions to update chat properties.
- Providing empty or invalid values for required fields like Chat Title.
Error messages:
- Errors returned from Bitrix24 API will be surfaced in the node output if "Continue On Fail" is enabled.
- Typical error messages may include authentication failures, invalid parameters, or permission denials.
Resolutions:
- Verify that the authentication credentials are valid and have necessary scopes/permissions.
- Double-check the Chat ID is correct and corresponds to an existing chat.
- Ensure required fields are provided and valid.
- Enable "Continue On Fail" to capture error details for debugging.
Links and References
- Bitrix24 Official API Documentation
- Bitrix24 Chat API Reference
- n8n documentation on Using Credentials