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 allowing users to add a new section to an entity within Bitrix24's data storage system. It is useful for extending CRM entities by organizing fields into logical sections, improving data management and user interface clarity.
Typical use cases include:
- Customizing CRM entities by adding new sections to group related fields.
- Automating the creation of entity sections during onboarding or integration workflows.
- Structuring data input forms in Bitrix24 to match business processes.
For example, a sales team might add a "Customer Preferences" section to contact entities to capture additional information relevant to their sales process.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method to authenticate with Bitrix24: OAuth2 (recommended), Webhook (simpler), or API Key. |
| Section Name | The display name of the new entity section to be added. |
| Section Code | A unique code identifier for the entity section. |
| Section Active | Boolean flag indicating whether the section is active (true) or inactive (false). |
| Section Sort Order | Numeric value defining the order in which the section appears relative to others (default 100). |
| Section Description | Text description providing details about the purpose or content of the section. |
Output
The node outputs JSON data representing the result of the operation. This typically includes confirmation of the newly created section or error details if the operation fails.
The output structure contains at least:
json: An object with the response from Bitrix24 regarding the added section.- In case of failure and if "Continue On Fail" is enabled, the output will contain an
errormessage, theresourceinvolved, and atimestamp.
No binary data output is produced by this node.
Dependencies
- Requires valid authentication credentials for Bitrix24 via one of the supported methods: OAuth2, webhook URL, or API key.
- The node depends on Bitrix24's API endpoints to create and manage entity sections.
- Proper configuration of credentials in n8n is necessary to enable communication with Bitrix24.
Troubleshooting
Common Issues:
- Authentication failures due to incorrect or expired credentials.
- Insufficient permissions in Bitrix24 to modify entity structures.
- Invalid or duplicate section codes causing API errors.
Error Messages:
- Errors returned from Bitrix24 API will be included in the output JSON under the
errorfield if "Continue On Fail" is enabled. - Typical messages may indicate authorization problems, validation errors on input fields, or connectivity issues.
- Errors returned from Bitrix24 API will be included in the output JSON under the
Resolutions:
- Verify that the selected authentication method is correctly configured and authorized.
- Ensure the section code is unique and follows any naming conventions required by Bitrix24.
- Check network connectivity and API endpoint availability.
- Enable "Continue On Fail" to handle errors gracefully in workflows.