•Production status
After successful deployment, you could navigate to the Status tab and activate the deployed workflows. When the workflow is in Active state you'll be able to run it via HTTP Post request. You have two options depending on Start node configuration - using HTTP Form or sending a JSON body. You could select the Endpoint link to see more details and usage examples of the selected workflow. If you want to change the initial settings Include data in task history and Environment variables values select Edit cofig button.
Note: In order to use the deployed workflows it is mandatory to create API keys.
•HTTP Form
This option allows you to submit HTML forms without using any libraries or JS code. You could embed the form easily on your website or application.
•JSON body
You could pass more complex objects using a POST request with application/json
content type.