Bitrix icon

Bitrix

Consume Bitrix24 REST API

Overview

This node integrates with the Bitrix24 REST API, specifically allowing users to delete a Company record by its ID. It is useful in scenarios where you need to programmatically remove company data from your Bitrix24 CRM system, such as cleaning up outdated or incorrect entries.

For example, if you have a workflow that processes companies and determines some should be removed based on certain criteria, this node can automate the deletion step without manual intervention.

Properties

Name Meaning
Authentication Method of authenticating with Bitrix24 API. Options: OAuth2, Webhook
ID The unique identifier of the Company record to delete. Example: "12345"

Output

The node outputs JSON data representing the result of the delete operation. Typically, this will include confirmation of successful deletion or error details if the operation failed.

No binary data output is involved.

Dependencies

  • Requires access to the Bitrix24 REST API.
  • Needs an authentication method configured, either via OAuth2 credentials or a webhook token.
  • Proper permissions in Bitrix24 to delete company records are necessary.

Troubleshooting

  • Invalid ID: If the provided company ID does not exist or is malformed, the API will return an error. Verify the ID before running the node.
  • Authentication errors: Ensure the selected authentication method is correctly set up and has sufficient rights.
  • Permission denied: The user associated with the credentials must have permission to delete companies.
  • API limits: Bitrix24 may impose rate limits; hitting these could cause temporary failures.

Links and References

Discussion