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 CRM and business platform, allowing users to perform various operations on Bitrix24 resources. Specifically, the Update Document operation under the Document Generator resource enables updating existing documents within Bitrix24.
Typical use cases include automating document updates in workflows, such as modifying contract templates, invoices, or other generated documents based on dynamic data from other systems. For example, after processing a customer order, you could update a related document in Bitrix24 with new details like pricing or delivery dates.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authenticating with Bitrix24. Options: - OAuth2 (recommended for production) - Webhook (simpler but less secure) - API Key |
Note: The provided properties JSON only includes the "Authentication" property. Other properties relevant to the "Document Generator" resource and "Update Document" operation are defined elsewhere in the node but are not included here.
Output
The node outputs an array of items where each item contains a json object representing the result of the operation performed on Bitrix24. For the Update Document operation, this typically includes the updated document's data returned by the Bitrix24 API.
If an error occurs and the node is configured to continue on failure, 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 explicitly handle binary data output.
Dependencies
Requires connection to Bitrix24 via one of the supported authentication methods:
- OAuth2 authentication (recommended)
- Webhook URL
- API Key authentication
The node depends on internal helper modules for making API calls to Bitrix24 and handling different resources and operations.
Proper credentials must be configured in n8n for the chosen authentication method.
Troubleshooting
Common Issues:
- Incorrect or expired authentication credentials can cause authorization failures.
- Network connectivity issues may prevent API calls to Bitrix24.
- Providing invalid or incomplete parameters for the Update Document operation may result in API errors.
Error Messages:
- Errors thrown during execution include the message from the Bitrix24 API or internal exceptions.
- If "Continue On Fail" is enabled, errors are returned in the output JSON with fields
error,resource, andtimestamp.
Resolution Tips:
- Verify that the selected authentication method is correctly set up and credentials are valid.
- Check network access to Bitrix24 endpoints.
- Ensure all required input parameters for the Update Document operation are provided and correctly formatted.