Bitrix24 icon

Bitrix24

Interact with Bitrix24 CRM and business platform

Overview

The Bitrix24 node integrates with the Bitrix24 CRM and business platform, enabling users to automate interactions with various Bitrix24 resources. Specifically, the "Document Generator" resource with the "Create Template" operation allows users to create document templates within Bitrix24. This is useful for automating the generation of standardized documents such as contracts, invoices, or proposals based on CRM data.

Common scenarios include:

  • Automatically generating contract templates when a new deal is created.
  • Creating invoice templates linked to specific contacts or companies.
  • Streamlining document management by programmatically creating and updating templates.

Practical example: A sales automation workflow where upon closing a deal, a customized contract template is generated automatically using this node, reducing manual effort and ensuring consistency.

Properties

Name Meaning
Authentication Method used to authenticate with Bitrix24. Options: OAuth2 (recommended), Webhook (simpler), API Key

Output

The node outputs an array of items, each containing a json object representing the result of the requested operation. For the "Create Template" operation under the "Document Generator" resource, the output JSON will typically include details about the newly created document template, such as its ID, name, and other metadata returned by the Bitrix24 API.

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.

The node does not explicitly handle binary data output.

Dependencies

  • Requires connection to Bitrix24 via one of the supported authentication methods: OAuth2, Webhook URL, or API Key.
  • The node depends on Bitrix24's REST API endpoints to perform operations.
  • Proper credentials must be configured in n8n for the chosen authentication method.
  • No additional external libraries beyond those bundled are required.

Troubleshooting

  • Authentication errors: Ensure that the selected authentication method is correctly configured with valid credentials or webhook URLs.
  • API call failures: Errors from Bitrix24 API calls may occur due to invalid parameters, insufficient permissions, or network issues. Check the error messages returned in the output JSON.
  • Missing or incorrect resource/operation selection: Verify that the "Resource" is set to "Document Generator" and the "Operation" to "Create Template" to match the intended action.
  • Continue on Fail behavior: If enabled, errors will not stop the workflow but will be output as error objects; otherwise, the node will throw exceptions.

Links and References

Discussion