Skip to main content

External System Integration - ApiForms

BzCtrl. provides the ability to call predefined Forms through API communication using the ApiForms feature. This allows external systems to create and link Form instances directly from within their own operational processes.

The main value of ApiForms is that a user can launch a specific Form directly from the source system, while the created Form instance remains permanently accessible through a stored URL within that source system.

How ApiForms Work

Each ApiForm provides a unique API endpoint that allows an external system to create a new Form instance in BzCtrl.

The request includes:

  • Predefined Form reference (via API Endpoint)
  • Tags and identifiers (for example an Order Number, Shipment Number, or Case ID).

Once the Form instance is created, BzCtrl. returns a response containing the direct URL to the Form instance. This URL can then be stored in the source system, allowing users to always reopen the corresponding Form directly from their operational process.

Step 1 - From the Forms Page the User can create an ApiForm via the Action Button for a specific Form;

editor_17_5_00acf516-37ef-4f65-98ff-3e1591224e49_rte_image_358.png

Step 2 - Select the Workspace where the Form Instances should be created and stored;


editor_17_5_29047aa9-ed3e-416b-8369-964c69a784a2_rte_image_362.png

Step 3 - From the Configure page the Form is now available as ApiForm. Please make sure the correct Workspace is selected (right top). From the ApiForms Table select the ApiForm Key Button to get the details to share with your developers.

editor_17_5_3a0f34f8-f304-4354-a93d-a666fbac5e6b_rte_image_368.png

Here you see the API Endpoint url to share with your developers, which use will result in the creation of a Form Instance of the respective Form on your selected Workspace. In the Body of the message Tags can be included, which is usually used for adding Order ID's to be recorded in the Form Instance.

After creation the Response message includes a Tasklink that can be stored to allow the user access to the Form Instance from the External system at any stage. 

editor_17_5_448ebca2-5360-4006-b828-b532ef30b512_rte_image_377.png