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 interact with various Bitrix24 resources. Specifically, for the Product resource and the Get Product Property operation, it retrieves detailed information about a specific product property by its ID.
Common scenarios where this node is beneficial include:
- Fetching metadata or configuration details of a product property in Bitrix24 to use in workflows.
- Automating data synchronization or validation processes that depend on product property attributes.
- Building custom reports or dashboards that require dynamic access to product property definitions.
For example, a user might want to retrieve the definition of a product property such as "Color" or "Size" to dynamically adjust UI elements or validate input data in subsequent workflow steps.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method to authenticate with Bitrix24: - OAuth2 (recommended for production) - Webhook (simpler but less secure) - API Key |
| Property ID | The unique identifier of the product property to retrieve. This is a required string input. |
Output
The node outputs an array of items, each containing a json object with the retrieved product property data from Bitrix24. The structure of the json output corresponds to the Bitrix24 API response for the product property, typically including fields such as property name, type, settings, and other metadata.
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 output binary data.
Dependencies
- Requires connection to Bitrix24 via one of the supported authentication methods:
- OAuth2 authentication (recommended)
- Webhook URL
- API key authentication
- Proper credentials must be configured in n8n for the chosen authentication method.
- Access to the Bitrix24 API endpoint that provides product property details.
Troubleshooting
Common issues:
- Invalid or missing Property ID: Ensure the Property ID is correct and exists in Bitrix24.
- Authentication failures: Verify that the selected authentication method is properly configured and valid.
- API rate limits or connectivity issues with Bitrix24.
Error messages:
- Errors returned from Bitrix24 API calls will be surfaced in the node's error output if "Continue On Fail" is enabled.
- Typical errors include authorization errors, invalid parameters, or network timeouts.
Resolution tips:
- Double-check the Property ID value.
- Confirm credentials and permissions in Bitrix24.
- Use OAuth2 authentication for more reliable and secure access.
- Enable "Continue On Fail" to handle errors gracefully in workflows.