For AI agents: a documentation index is available at the root level at /llms.txt and /llms-full.txt. Append /llms.txt to any URL for a page-level index, or .md for the markdown version of any page.
Postman
PricingEnterprise
Contact SalesSign InSign Up for Free
HomeDocs
HomeDocs
      • Overview
        • Overview
          • Overview
          • Send a request
          • Calculate years since milestone
          • Create a count-based loop
          • Create a list-based loop
Postman API Platform

Product

  • Postman Overview
  • Enterprise
  • Spec Hub
  • Flows
  • Agent Mode
  • API Catalog
  • Fern
  • Postman CLI
  • Integrations
  • Workspaces
  • Plans and pricing

API Network

  • App Security
  • Artificial Intelligence
  • Communication
  • Data Analytics
  • Database
  • Developer Productivity
  • DevOps
  • Ecommerce
  • eSignature
  • Financial Services
  • Payments
  • Travel

Resources

  • Postman Docs
  • Academy
  • Community
  • Templates
  • Intergalactic
  • Videos
  • MCP Servers

Legal and Security

  • Legal Terms Hub
  • Terms of Service
  • Postman Product Terms
  • Security
  • Website Terms of Use

Company

  • About
  • Careers and culture
  • Contact us
  • Partner program
  • Customer stories
  • Student programs
  • Press and media
Twitter iconLinkedIn iconGithub iconYouTube iconInstagram iconDiscord icon
Download Postman
Privacy Policy

© 2026 Postman, Inc.

On this page
  • Create a new flow
  • Add an HTTP Request block and create a request
  • Connect a Display block
  • Run the flow
Postman FlowsLearn Flows with tutorialsBeginner tutorials

Send a request with the HTTP Request block

||View as Markdown|
Was this page helpful?
Previous

Get started with beginner Flows tutorials

Next

Calculate the years since a milestone

Built with

You can build a flow that uses a request from your workspace or the Postman API Network. You can also create a new request when building your flow.

In this tutorial, you’ll create a new flow, collection, and request. Then, you’ll use the HTTP Request block to send a request to the Postman Echo API.

Create a new flow

You build flows in a workspace. Workspaces let you organize your API projects and collaborate with your team.

To create a new flow, do the following:

  1. Choose an existing workspace or create a new one.
  2. Click Flows > Options icon More actions > New flow.

Add an HTTP Request block and create a request

With an HTTP Request block, you can select a request from your collection or create a new request. In this tutorial, you’ll create a new request with the HTTP Request block.

To add an HTTP Request block and create a new request, do the following:

  1. In the sidebar, select your new flow.

  2. Click Add blocks > HTTP Request.

    Send a request
  3. Click Find or create new request. The collections in your workspace appear in a dropdown list.

  4. Select a collection and click Create a new request. If you don’t have any collections, click Create a new request. The Postman Flows request editor opens.

    Postman Flows request editor
  5. In the request editor, select a method from the dropdown list and enter a URL.

  6. (Optional) Edit the request’s name.

  7. (Optional) Edit the request’s parameters, headers, and body.

  8. Click Save.

To edit a request in an existing HTTP Request block, click Requests icon Requests in the right sidebar, then select the HTTP Request block whose request you want to edit.

Connect a Display block

When you connect two blocks, you connect one block’s input to another block’s output. Inputs are on the block’s left side and outputs are on its right side.

The Display block shows incoming data, such as the HTTP Request block’s outgoing API response.

To connect a Display block, do the following:

  1. Hover over the HTTP Request block’s Success output port. The pointer changes to a crosshair.
  2. Decide where on the canvas you want to place the Display block and drag the port to that location.
  3. Click Output icon Display. If you want to search for the block, enter Display in search.

Run the flow

From the canvas toolbar, click Run icon Run.

Send a request flow

Congratulations! You sent a request and displayed the response in a Display block.