Bitrix24 icon

Bitrix24

Interact with Bitrix24 CRM and business platform

Actions290

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.

Links and References

Discussion