Add HTTP request workflow step

frontend
25.10.11
enhancement
Published

October 29, 2025

Add HTTP request workflow step

You can now add outbound HTTP request steps within your workflow. This enhancement offers greater flexibility and control, enabling direct interaction with external services from the application.

Setting up model workflows

A workflow interface showing a flowchart on the left and a configuration panel on the right. The flowchart includes a Model Stage Change step connected to an HTTP Request step, which is then connected to an End step. The HTTP Request step is highlighted, and the configuration panel on the right is titled Configure HTTP Request. It includes fields for URL, METHOD with a dropdown set to POST, TIMEOUT (SECONDS) set to 15, BODY TYPE set to JSON, and a checkbox labeled FAIL ON NON-2XX. There is a Headers section with a text field labeled Test and a button labeled Add header, followed by a BODY section containing JSON code, and buttons labeled Delete Step and Update Step.

Configure HTTP Request panel