Actions89
- Direct API Actions
- CRM Actions
- Task Actions
- User Actions
- SPA Actions
- Activity Actions
- Automation Actions
- Document Generator Actions
- Data Storage Actions
- Chat Actions
Overview
The node integrates with the Bitrix24 platform, specifically supporting operations on various resources including Smart Process Automation (SPA). The "Install SPA" operation allows users to interact with SPA types within Bitrix24, such as retrieving SPA type information or installing/configuring SPA entities.
This node is beneficial for automating business workflows and CRM processes by leveraging Bitrix24's SPA capabilities. For example, a user can automate the creation of custom SPA entities or manage SPA configurations programmatically within an n8n workflow, enabling seamless integration between Bitrix24 and other systems.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authenticating with Bitrix24. Options: OAuth2 (recommended for production), Webhook (simpler but less secure), API Key authentication |
Output
The node outputs an array of items where each item contains a json object representing the result of the executed operation on the selected resource. The exact structure of the JSON depends on the specific SPA operation performed but generally includes data returned from Bitrix24 API calls related to SPA entities.
If an error occurs during execution and the node is configured to continue on failure, the output will include an item with an error field describing the issue, along with the resource name and a timestamp.
The node does not explicitly output binary data.
Dependencies
- Requires valid authentication credentials for Bitrix24 via one of the supported methods (OAuth2, webhook URL, or API key).
- Uses Bitrix24 REST API endpoints internally to fetch SPA types, fields, and other related data.
- No additional external services are required beyond Bitrix24 itself.
Troubleshooting
Common Issues:
- Authentication failures due to incorrect or expired credentials.
- API call errors if the Bitrix24 instance does not have SPA types configured or accessible.
- Missing or invalid parameters when selecting SPA types or fields.
Error Messages:
- Errors thrown during API calls typically include messages like "Failed to load SPA types" or "Failed to load SPA fields".
- If the node fails and "Continue On Fail" is disabled, the workflow will stop with the error message.
- To resolve, verify that the Bitrix24 credentials are correct and have sufficient permissions, and ensure the SPA types exist in the Bitrix24 account.