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 interaction with its CRM and business resources. The "Data Storage" resource with the "Get Entity Item" operation enables users to retrieve a specific item from a given entity within Bitrix24. This is useful when you want to fetch detailed information about a particular record, such as a contact, deal, lead, or any custom entity item stored in Bitrix24.
Practical examples include:
- Fetching a contact's details by their unique ID to use in further automation.
- Retrieving a deal's information before updating or processing it.
- Accessing a custom entity item for reporting or integration purposes.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authenticating with Bitrix24: OAuth2 (recommended), Webhook (simpler), or API Key. |
| Entity ID | The unique identifier of the entity from which to get the item (e.g., contact, deal). |
| Item ID | The unique identifier of the specific item within the entity to retrieve. |
Output
The node outputs an array of items where each item's json property contains the data of the requested entity item fetched from Bitrix24. The structure corresponds directly to the fields and values of the entity item in Bitrix24.
If an error occurs and "Continue On Fail" is enabled, the output will contain an object with an error message, the resource name, and a timestamp.
No binary data output is indicated for this operation.
Dependencies
- Requires authentication credentials configured in n8n for Bitrix24 using one of the supported methods: OAuth2, Webhook URL, or API Key.
- Relies on Bitrix24 API endpoints to fetch entity data.
- No additional external dependencies beyond standard HTTP requests to Bitrix24 APIs.
Troubleshooting
Common Issues:
- Invalid or expired authentication credentials can cause authorization failures.
- Incorrect Entity ID or Item ID will result in errors or empty responses.
- Network connectivity issues may prevent API calls from succeeding.
Error Messages:
- Errors thrown during execution will include the message from the Bitrix24 API or internal node errors.
- If "Continue On Fail" is enabled, errors are returned in the output JSON with an
errorfield describing the issue.
Resolution Tips:
- Verify that the authentication method and credentials are correctly set up and valid.
- Double-check the Entity ID and Item ID values for correctness.
- Ensure the Bitrix24 instance is accessible and the API limits are not exceeded.