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 with the "Set SPA Permissions" operation, the node allows managing permissions related to Smart Process Automation entities within Bitrix24.
Common scenarios where this node is beneficial include automating permission assignments for SPA entities, integrating Bitrix24 SPA workflows into broader automation pipelines, or programmatically updating access controls on SPA records based on external triggers.
For example, a user might automate granting specific user groups access to certain SPA records when a new SPA item is created, or adjust permissions dynamically as part of a business process.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authenticating with Bitrix24. Options: - OAuth2 (recommended for production) - Webhook (simpler but less secure) - API Key |
Note: The provided properties JSON only includes the "Authentication" property relevant to this operation. Other properties related to SPA permissions would be defined elsewhere in the node's configuration but are not included here.
Output
The node outputs an array of items, each containing a json object representing the response from Bitrix24 after processing the requested operation. For the "Set SPA Permissions" operation, the output JSON typically contains confirmation of permission changes or error details if the operation failed.
If the node encounters an error during execution and the "Continue On Fail" option is enabled, it outputs 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, which can be provided via OAuth2, webhook URL, or API key.
- Uses internal helper functions to make standard API calls to Bitrix24 endpoints.
- No additional external services beyond Bitrix24 are required.
- Proper configuration of authentication credentials in n8n is necessary for successful operation.
Troubleshooting
Common Issues:
- Incorrect or expired authentication credentials leading to authorization errors.
- Insufficient permissions in Bitrix24 account to modify SPA permissions.
- Network connectivity issues preventing API calls to Bitrix24.
- Invalid or missing parameters for the SPA entity or permissions settings.
Error Messages:
- Errors thrown by the node will include the message from Bitrix24 API responses.
- If "Continue On Fail" is enabled, errors are returned as part of the output JSON with fields
error,resource, andtimestamp.
Resolutions:
- Verify that the selected authentication method is correctly configured and active.
- Ensure the Bitrix24 user or API key has sufficient rights to manage SPA permissions.
- Check network connectivity and firewall settings.
- Confirm all required input parameters for the SPA permissions operation are provided and valid.