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
The Bitrix24 node enables interaction with the Bitrix24 CRM and business platform, supporting various resources including Smart Process Automation (SPA). Specifically, the "Install SPA" operation under the SPA resource allows users to manage or install Smart Process Automation entities within Bitrix24.
This node is beneficial for automating business workflows by integrating Bitrix24's SPA capabilities into n8n workflows. For example, a user can automate the installation or configuration of SPA types as part of a larger CRM automation process, streamlining operations such as lead management, deal tracking, or custom business processes.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authenticating with Bitrix24. Options: - OAuth2 (recommended for production) - Webhook (simpler but less secure) - API Key |
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. In case of errors and if the workflow is configured to continue on failure, the output includes an error object with:
error: The error message string.resource: The resource name used in the operation.timestamp: ISO string timestamp when the error occurred.
No binary data output is indicated in the source code.
Dependencies
- Requires authentication credentials for Bitrix24 via one of the supported methods (OAuth2, webhook URL, or API key).
- Uses internal helper functions to make API calls to Bitrix24 endpoints.
- No external npm packages beyond bundled internal modules are required.
- Proper configuration of Bitrix24 credentials in n8n is necessary.
Troubleshooting
Common Issues:
- Incorrect or missing authentication credentials will cause API call failures.
- Selecting an unsupported or unavailable SPA type may result in empty or error responses.
- Network connectivity issues can prevent successful API communication.
Error Messages:
- Errors thrown during execution include the error message from the Bitrix24 API or internal processing.
- If "Continue On Fail" is enabled, errors are returned in the output JSON with details.
- To resolve errors, verify credentials, ensure correct resource and operation selection, and check network access.