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 allowing users to retrieve information about the current authenticated user when using the "User" resource and the "Get Current User" operation. It supports multiple authentication methods including OAuth2, webhook URL, and API key.
Common scenarios for this node include:
- Fetching details of the currently logged-in user in Bitrix24 to personalize workflows.
- Using the current userβs data as part of a CRM automation or reporting process.
- Integrating Bitrix24 user information into other systems or dashboards.
For example, you might use this node to get the current user's profile details and then update a record in another system based on that information.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method used to authenticate with Bitrix24. Options: OAuth2 (recommended), Webhook (simpler), API Key |
| Options | Additional optional parameters to customize the request: |
| - Filter | JSON object specifying filter criteria to narrow down results |
| - Order | JSON object specifying sorting order |
| - Admin Mode | Boolean flag indicating whether to execute the request in admin mode |
| - Custom Parameters | JSON object for any extra parameters to be sent with the request |
Output
The node outputs an array of items where each item contains a json property holding the response data from Bitrix24 about the current user. The structure of the json output corresponds to the user data fields returned by the Bitrix24 API for the current user.
If an error occurs and the node is configured to continue on failure, the output will contain an item with an error field describing the issue, along with the resource name and a timestamp.
The node does not output binary data.
Dependencies
- Requires valid authentication credentials for Bitrix24 via one of the supported methods (OAuth2 token, webhook URL, or API key).
- Relies on Bitrix24 API endpoints to fetch user data.
- No additional external services are required beyond Bitrix24 itself.
- Proper configuration of authentication credentials in n8n is necessary.
Troubleshooting
Common issues:
- Invalid or expired authentication credentials can cause authorization failures.
- Incorrectly formatted JSON in filter, order, or custom parameters may lead to API errors.
- Network connectivity problems can prevent successful API calls.
Error messages:
- Errors thrown by the node will include the message from the Bitrix24 API or internal exceptions.
- If "Continue On Fail" is enabled, errors will appear in the output JSON under the
errorkey.
Resolutions:
- Verify and refresh authentication credentials.
- Ensure JSON inputs are valid and correctly structured.
- Check network access and firewall settings.
- Enable "Continue On Fail" during testing to capture error details without stopping workflow execution.