For the complete documentation index, see llms.txt. This page is also available as Markdown.

HTTP Workflows

In this guide, we'll take a look at a workflow that can receive HTTP requests, send HTTP requests and write output to the HTTP response object. Our workflow will handle inbound HTTP requests, invoke a backend API using an HTTP call, and write back the response to the client. As a result, we will learn how to use the following HTTP activities:

  • HttpEndpoint

  • SendHttpRequest

  • WriteHttpResponse

  • SetVariable

For securing inbound workflow routes exposed by HttpEndpoint, see HTTP Endpoint Security.

To publish a live route catalogue for HTTP workflow triggers, see OpenAPI for HTTP workflow triggers.

Last updated