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, enabling users to interact with various Bitrix24 resources including CRM entities and Smart Process Automation (SPA) types. Specifically, for the "SPA" resource and the "Get SPA List" operation, the node fetches a list of Smart Process Automation types available in the Bitrix24 account.
Common scenarios where this node is beneficial include:
- Automating workflows that require retrieving SPA types to dynamically build forms or process data.
- Integrating Bitrix24 SPA data into other systems or dashboards.
- Managing or reporting on SPA entities programmatically.
For example, a user might use this node to get all SPA types to populate a dropdown menu in a workflow, allowing subsequent steps to act based on the selected SPA type.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method to authenticate with Bitrix24. Options: OAuth2 (recommended), Webhook (simpler), API Key |
The node also requires selecting the Resource ("SPA" in this case) and Operation ("Get SPA List"). The provided properties JSON only includes the Authentication property, which controls how the node authenticates requests to Bitrix24.
Output
The output of the node is an array of JSON objects representing the SPA types retrieved from Bitrix24. Each item typically contains fields such as:
idorentityTypeId: Identifier of the SPA type.titleorname: Human-readable name of the SPA type.- Additional metadata like whether automation is enabled.
If the node encounters an error during execution and "Continue On Fail" is enabled, it outputs an object with an error message, the resource name, and a timestamp.
No binary data output is produced by this node.
Dependencies
- Requires valid authentication credentials for Bitrix24 via one of the supported methods (OAuth2, webhook URL, or API key).
- Uses Bitrix24 REST API endpoints to fetch SPA types (
crm.type.list). - The node depends on internal helper functions to make standardized API calls to Bitrix24.
Troubleshooting
Common issues:
- Authentication failures due to incorrect or expired credentials.
- API rate limits or connectivity issues causing failed API calls.
- No SPA types returned if none are configured in the Bitrix24 account.
Error messages:
- Errors during API calls will be thrown with messages indicating failure reasons.
- If "Continue On Fail" is enabled, errors are returned in the output JSON under the
errorfield.
Resolutions:
- Verify and refresh authentication credentials.
- Check network connectivity and Bitrix24 API status.
- Ensure SPA types exist in the Bitrix24 instance.