Create blocks in Postman Flows

All blocks have an input port, an output port, or both. Input ports are on the left side of a block, and output ports are on the right. You can find an explanation and example for every block in Blocks overview.

There are several ways to add a new block:

  • Right-click anywhere in the flow.
  • Select the + Block button on the toolbar.
  • Drag a connection from the output port of another block.

Any of these steps will open the block list, where you can select a block and add it to the flow. You can also copy and paste blocks into your flow.

Add a block

When you create a new flow module, there's a Start block on the canvas, with colored suggestions for things you can do:

  • Send a request - Creates an HTTP Request block.
  • Add blocks - Opens the blocks list.
  • Explore Catalog - Opens the Flows Catalog where you can discover and load prebuilt flows.

Copy and paste blocks

You can copy and paste blocks in flows using your system's standard keyboard shortcuts. The pasted blocks preserve the copied blocks' configurations. If you copy and paste connected blocks, they keep their connections. You can also copy and paste annotations and groups.

To copy and paste blocks in a flow, do the following:

  1. Select a block. For multiple blocks, hold or Ctrl while selecting the blocks.

  2. Select ⌘+C or Ctrl+C to copy the block.

  3. Select ⌘+V or Ctrl+V to paste the block.

Tip: You can copy blocks from one flow and paste them in a different flow.

Last modified: 2024/06/28