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 allows interaction with the Bitrix24 CRM and business platform. Specifically, for the Events resource and the Unregister Handler operation, this node enables users to unregister or unbind event handlers that were previously registered to listen for specific Bitrix24 events.
This functionality is useful in scenarios where you want to stop receiving notifications or webhook callbacks for certain events, such as when a CRM lead is added or updated, a deal is created or modified, tasks are added or updated, or new users are added. For example, if you had set up an automation to trigger on "CRM Lead Add" events but no longer need it, you can use this operation to unregister the handler cleanly.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authenticating with Bitrix24. Options: OAuth2 (recommended for production), Webhook (simpler but less secure), API Key authentication. |
| Event Type | The type of Bitrix24 event to unregister the handler for. Options include: - CRM Lead Add - CRM Lead Update - CRM Deal Add - CRM Deal Update - Task Add - Task Update - User Add |
Output
The node outputs JSON data representing the result of the unregister operation. If successful, the output typically confirms that the event handler was unregistered. In case of failure, the output may contain an error message describing what went wrong.
The output structure includes:
json: An object containing either the success response or an error object.- If an error occurs and the node is configured to continue on failure, the output JSON will include:
error: The error message string.resource: The resource name ("events").timestamp: The ISO timestamp when the error occurred.
No binary data output is involved in this operation.
Dependencies
- Requires valid authentication credentials for Bitrix24 via one of the supported methods (OAuth2, Webhook URL, or API Key).
- The node depends on Bitrix24's API endpoints to manage event handlers.
- Proper configuration of credentials within n8n is necessary to authenticate API calls.
Troubleshooting
Common Issues:
- Incorrect or expired authentication credentials leading to authorization errors.
- Attempting to unregister an event handler that does not exist or was never registered.
- Network connectivity issues preventing communication with Bitrix24 API.
Error Messages:
- Errors returned from Bitrix24 API will be surfaced in the node output under the
errorfield. - If the node throws an exception, ensure that the authentication method matches the credential provided.
- To resolve errors, verify credentials, check event type correctness, and confirm the handler exists before attempting to unregister.
- Errors returned from Bitrix24 API will be surfaced in the node output under the