Bitrix24 icon

Bitrix24

Interact with Bitrix24 CRM and business platform

Overview

The node integrates with the Bitrix24 platform, specifically focusing on managing document templates within the Document Generator resource. The "Delete Template" operation allows users to delete a specified document template by its ID from their Bitrix24 account.

This node is beneficial in automation workflows where document templates need to be programmatically managed, such as cleaning up unused templates, automating template lifecycle management, or integrating template deletion into larger CRM or business process automations.

Practical example:
A user can automate the removal of outdated contract templates after a certain period or upon specific triggers, ensuring that only current and relevant templates remain available in Bitrix24.

Properties

Name Meaning
Authentication Method to authenticate with Bitrix24: OAuth2 (recommended), Webhook (simpler), or API Key
Template ID The unique identifier of the document template to delete

Output

  • The output JSON contains the result of the delete operation. Typically, this will confirm whether the template was successfully deleted or provide error information if the operation failed.
  • If an error occurs and the node is configured to continue on failure, the output JSON will include an error field with the error message, along with the resource name and a timestamp.
  • This node does not output binary data.

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 for document template management.
  • No additional external services are required beyond Bitrix24 itself.
  • Proper configuration of authentication credentials in n8n is necessary.

Troubleshooting

  • Common issues:

    • Invalid or expired authentication credentials may cause authorization failures.
    • Providing an incorrect or non-existent Template ID will result in errors indicating the template could not be found.
    • Network connectivity issues can prevent successful API calls.
  • Error messages and resolutions:

    • "error": "Template not found": Verify the Template ID is correct and exists in your Bitrix24 account.
    • Authentication errors: Recheck and update the configured credentials; ensure tokens or keys are valid.
    • API rate limits or permission errors: Confirm your Bitrix24 account has sufficient permissions to delete templates and that you are not exceeding API usage limits.

Links and References

Discussion