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 interacts with the Bitrix24 platform, specifically supporting operations on various resources including Smart Process Automation (SPA) types. The "Get Type" operation under the SPA resource retrieves details about a specific Smart Process type by its ID.
Common scenarios for this node include:
- Automating workflows that require fetching metadata or configuration of a Smart Process type in Bitrix24.
- Integrating Bitrix24 SPA data into other systems or processes.
- Dynamically loading SPA type information to drive conditional logic or UI elements in automation.
For example, a user might use this node to get the definition of a SPA type before creating or updating items of that type elsewhere in their workflow.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method to authenticate with Bitrix24: OAuth2 (recommended), Webhook (simpler), or API Key. |
| Type ID | The identifier of the Smart Process type to retrieve. This is selected from available SPA types loaded dynamically. |
Output
The node outputs an array of items where each item contains a json object representing the response from Bitrix24 for the requested SPA type. The exact structure depends on the Bitrix24 API response but generally includes fields describing the SPA type's properties and metadata.
If an error occurs and "Continue On Fail" is enabled, the output will contain an item with an error field describing the issue, along with the resource name and a timestamp.
No binary data output is indicated.
Dependencies
- Requires connection to Bitrix24 via one of the supported authentication methods (OAuth2, webhook URL, or API key).
- Uses Bitrix24 API endpoints internally to fetch SPA type data.
- The node relies on internal helper functions to make authenticated API calls to Bitrix24.
- No additional external services beyond Bitrix24 are required.
Troubleshooting
Common issues:
- Invalid or expired authentication credentials can cause API call failures.
- Selecting a non-existent or invalid SPA Type ID will result in errors or empty responses.
- Network connectivity problems may prevent successful API communication.
Error messages:
- Errors thrown during execution typically include the API error message.
- If "Continue On Fail" is enabled, errors are returned as part of the output JSON with an
errorproperty.
Resolutions:
- Verify and refresh authentication credentials.
- Ensure the SPA Type ID is valid and exists in the Bitrix24 account.
- Check network access and firewall settings.
- Review Bitrix24 API limits and permissions.