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 CRM and business platform, specifically enabling the creation of a new status within Bitrix24. The "Create Status" operation under the "Status" resource allows users to define custom statuses for various CRM entities such as deals, leads, or contacts.
Typical use cases include automating the addition of new workflow stages or status categories in Bitrix24 based on external triggers or processes. For example, when a new project phase is initiated in another system, this node can create a corresponding status in Bitrix24 to keep CRM data aligned.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method used to authenticate with Bitrix24: OAuth2 (recommended), Webhook (simpler), or API Key |
| Fields | Collection of fields defining the new status to create: |
| - Entity ID | Identifier of the entity type (e.g., DEAL_STAGE, LEAD_STATUS, CONTACT_TYPE) β Required |
| - Status ID | Unique identifier for the new status β Required |
| - Name | Display name of the status β Required |
| - Sort Order | Numeric value determining the order of the status (default 100) |
| - Extra | Additional parameters as a JSON object |
Output
The node outputs an array of items where each item contains a json property representing the response from Bitrix24 after creating the status. This typically includes details about the newly created status such as its ID and confirmation of creation.
If an error occurs and the node is configured to continue on failure, the output will contain an item 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 token
- Webhook URL
- API key
The node depends on Bitrix24's REST API endpoints to perform operations.
Proper configuration of credentials in n8n is necessary to enable successful API calls.
Troubleshooting
Common Issues:
- Missing required fields (
Entity ID,Status ID, orName) will cause the API call to fail. - Incorrect authentication setup may result in authorization errors.
- Invalid JSON format in the
Extrafield can cause parsing errors.
- Missing required fields (
Error Messages:
- Errors returned from Bitrix24 API are surfaced in the node output if "Continue On Fail" is enabled.
- Typical errors include authentication failures, invalid parameters, or network issues.
Resolution Tips:
- Verify all required fields are provided and correctly formatted.
- Ensure the selected authentication method is properly configured with valid credentials.
- Validate JSON syntax in the
Extrafield before execution. - Check network connectivity and Bitrix24 service status if API calls fail unexpectedly.