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 Bitrix24 node integrates with the Bitrix24 CRM and business platform, enabling automation workflows to interact with various Bitrix24 resources. Specifically, for the Timeline resource with the Add Comment operation, this node allows users to add comments to different CRM entities such as Leads, Deals, Contacts, or Companies within Bitrix24.
This functionality is useful in scenarios where automated systems need to log notes, updates, or feedback directly into the CRM timeline of a specific entity. For example, after processing a customer support ticket, an automated comment can be added to the related Deal or Contact timeline to keep all stakeholders informed.
Practical examples:
- Automatically adding follow-up comments to a Deal timeline after a sales call.
- Logging system-generated notes on a Lead timeline when certain criteria are met.
- Adding internal remarks to a Contact timeline based on external triggers.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method used to authenticate with Bitrix24: OAuth2 (recommended), Webhook (simpler), or API Key. |
| Entity Type | The type of CRM entity to which the comment will be added. Options: Lead, Deal, Contact, Company. |
| Entity ID | The unique identifier of the target entity (Lead, Deal, Contact, or Company). |
| Comment Data | JSON-formatted data representing the comment content and any additional parameters. |
| Options | Additional optional parameters including: |
| - Filter | JSON filter criteria (used in other operations, not typically for Add Comment). |
| - Order | JSON sort order (used in other operations). |
| - Start | Pagination start position (used in other operations). |
Output
The node outputs an array of items, each containing a json object representing the result of the operation. For the Add Comment operation, the output JSON typically includes confirmation details about the added comment, such as its ID or status.
If an error occurs and "Continue On Fail" is enabled, the output will contain an item with an error field describing the issue, along with the resource name and a timestamp.
The node does not output binary data.
Dependencies
- Requires connection to a Bitrix24 instance via one of the supported authentication methods:
- OAuth2 authentication token (recommended for production use).
- Bitrix24 webhook URL (simpler but less secure).
- Bitrix24 API key.
- Proper credentials must be configured in n8n for the chosen authentication method.
- Network access to the Bitrix24 API endpoints.
Troubleshooting
- Common issues:
- Invalid or expired authentication credentials leading to authorization errors.
- Incorrect Entity ID or Entity Type causing the API to reject the request.
- Malformed JSON in the Comment Data property resulting in parsing errors.
- Error messages:
- Authorization failures: Check that the API key, OAuth2 token, or webhook URL is valid and has sufficient permissions.
- Validation errors from Bitrix24 API: Verify that the Entity ID exists and matches the specified Entity Type.
- JSON parse errors: Ensure the Comment Data JSON is correctly formatted.
- Enabling "Continue On Fail" allows workflows to handle errors gracefully by capturing error details in the output.