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, specifically focusing on telephony-related operations. The "Attach Call Record" operation allows users to attach a recording file URL to a specific call identified by its Call ID. This is useful in scenarios where call recordings are stored externally or generated by third-party systems and need to be linked back to the corresponding call record within Bitrix24 for tracking, auditing, or CRM purposes.
Practical examples:
- Automatically attaching recorded customer support calls to their respective call logs in Bitrix24.
- Linking external call recordings from a telephony provider to Bitrix24 call records for unified access.
- Archiving sales call recordings by associating them with the correct call entries in Bitrix24.
Properties
| Name | Meaning |
|---|---|
| Authentication | Method of authenticating with Bitrix24. Options: OAuth2 (recommended), Webhook (simpler), API Key |
| Call ID | The unique identifier of the call to which the recording will be attached |
| Record URL | The URL pointing to the call recording file |
| File Name | Optional name for the recording file |
Output
The node outputs JSON data representing the result of the operation. Typically, this includes confirmation that the call record was successfully attached or error information if the operation failed.
If an error occurs and the node is configured to continue on failure, the output JSON will contain an error field with the error message, along with the resource name and a timestamp.
No binary data output is indicated for this operation.
Dependencies
- Requires 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 perform telephony operations.
- Proper configuration of the chosen authentication method in n8n is necessary for successful API calls.
Troubleshooting
Common issues:
- Invalid or expired authentication credentials leading to authorization errors.
- Incorrect Call ID resulting in failure to find the call to attach the recording.
- Malformed or inaccessible Record URL causing the attachment to fail.
Error messages:
- Errors returned from Bitrix24 API will be surfaced in the node's output under the
errorfield if "Continue On Fail" is enabled. - Typical errors include authentication failures, invalid parameters, or network connectivity issues.
- Errors returned from Bitrix24 API will be surfaced in the node's output under the
Resolutions:
- Verify and refresh authentication credentials.
- Confirm the Call ID exists and is correct.
- Ensure the Record URL is publicly accessible or accessible by Bitrix24.
- Check network connectivity and API endpoint availability.