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, allowing users to interact with various Bitrix24 CRM and business resources. Specifically, for the Chat resource with the Delete Message operation, it enables deleting a chat message within Bitrix24.
Common scenarios where this node is beneficial include:
- Automating cleanup of chat messages in Bitrix24 after certain triggers or workflows.
- Managing chat content programmatically as part of customer support or internal communication automation.
- Integrating Bitrix24 chat management into broader business process automations.
For example, you could use this node to automatically delete outdated or sensitive chat messages after processing them elsewhere, ensuring compliance or data hygiene.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method used to authenticate with Bitrix24. Options: - OAuth2 (recommended for production) - Webhook (simpler but less secure) - API Key |
Note: The node also requires selecting the Resource ("Chat" in this case) and the Operation ("Delete Message"), but these are fixed by your selection.
Output
The node outputs JSON data representing the result of the delete operation. Typically, this will confirm whether the message was successfully deleted or provide error details if the deletion failed.
If an error occurs 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 for this operation.
Dependencies
- Requires valid authentication credentials for Bitrix24, which can be provided via OAuth2, webhook URL, or API key.
- The node depends on Bitrix24's API endpoints to perform operations.
- No additional external services beyond Bitrix24 are required.
- Proper configuration of credentials in n8n is necessary for successful execution.
Troubleshooting
- Authentication errors: Ensure that the selected authentication method is correctly configured with valid credentials or tokens.
- API call failures: Network issues or incorrect permissions in Bitrix24 may cause API calls to fail. Verify API access rights.
- Invalid message ID or resource parameters: Make sure the message ID to delete exists and the resource/operation parameters are correctly set.
- Error messages in output: If the node returns an error JSON, check the error message for clues. Common errors include permission denied, message not found, or invalid authentication.
- Continue on Fail behavior: If enabled, errors won't stop the workflow but will be returned in the output JSON for handling downstream.
Links and References
This summary is based solely on static analysis of the provided source code and property definitions.