Bitrix24 icon

Bitrix24

Interact with Bitrix24 CRM and business platform

Actions290

Overview

This node interacts with the Bitrix24 platform, specifically allowing operations on various resources such as CRM entities and business lists. The "Lists" resource with the "Delete" operation enables users to delete a specified list from their Bitrix24 account.

Common scenarios for this node include automating the cleanup of outdated or unnecessary lists in Bitrix24, managing data lifecycle by removing obsolete entries, or integrating Bitrix24 list management into broader workflows that require dynamic list deletion.

For example, a user might set up an automation that deletes a project task list once the project is completed, or remove temporary contact lists created during marketing campaigns.

Properties

Name Meaning
Authentication Method to authenticate with Bitrix24: OAuth2 (recommended), Webhook (simpler but less secure), or API Key authentication.
List ID The unique identifier of the list to be deleted.
Options Additional optional parameters:
- Access Token Use a specific access token instead of the one from credentials.
- Filter JSON-formatted filter criteria (not typically used for delete but available).
- Order JSON-formatted sort order (not typically used for delete but available).
- Select Comma-separated list of fields to select (not typically used for delete but available).

Output

The node outputs a JSON object representing the result of the delete operation. Typically, this will confirm whether the deletion was successful or provide error details if it failed.

If the operation fails and the node is configured to continue on failure, the output JSON will contain an error field with the error message, the resource name, and a timestamp.

No binary data output is involved in this operation.

Dependencies

  • Requires connection to Bitrix24 via one of the supported authentication methods: OAuth2, webhook URL, or API key.
  • Needs appropriate permissions in Bitrix24 to delete lists.
  • No additional external dependencies beyond Bitrix24 API access.

Troubleshooting

  • Common Issues:

    • Invalid or missing List ID: Ensure the List ID provided exists and is correct.
    • Insufficient permissions: The authenticated user must have rights to delete lists.
    • Authentication errors: Verify that the chosen authentication method is correctly configured and valid.
    • Network or API errors: Temporary connectivity issues or Bitrix24 API downtime can cause failures.
  • Error Messages:

    • Errors returned from Bitrix24 API will be included in the output JSON under the error field if "continue on fail" is enabled.
    • Common messages may indicate invalid credentials, missing list, or permission denied.
  • Resolution:

    • Double-check List ID and ensure it exists.
    • Confirm authentication credentials are valid and have necessary scopes.
    • Retry after some time if network/API issues occur.

Links and References

Discussion