What this solution does
This module enables the execution of arbitrary external scripts from business processes, allowing the passing of parameters and the retrieval of execution results for further processing. It is designed for integration with code written in PHP and other languages.
Scripts can return data in JSON format. To efficiently handle such responses within a business process, it is recommended to use a separate tool for parsing JSON, which helps reduce the number of external requests.
Typical use cases include:
1. Sending an information block element ID and retrieving its properties.
2. Creating a new element in the database and obtaining its ID.
3. Modifying a custom property of an entity or finding related elements.
The solution allows working with any information block elements or entities via external scripts and receiving data about the completed operation.
General iT can connect “External Script Activity JSON Response”, install and configure the module, and make sure the integration works correctly.