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
          • Blocks reference
        • Deployed flows overview
        • Connector blocks overview
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
  • Insert data blocks into other blocks
Postman FlowsFlows referenceBlocks

Blocks reference

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

Flows reference

Next

Action blocks overview

Built with

A block is a fundamental unit of a flow. Each block stores information or performs a task. You can configure a block to fit your specific use case. Blocks may have input ports, output ports, or both. You can use these ports to connect your blocks and route information or trigger a flow that’s running in the Postman cloud.

The blocks reference section contains a topic for each block describing its inputs, outputs, setup, and usage options. These topics also include links to example flows and related blocks.

The following types of blocks are available in Postman Flows:

  • Actions - Used to perform actions like sending an HTTP request or referencing another flow.
  • Trigger - Start the run of a flow or send data back to a request made to a deployed flow’s URL.
  • AI - Use natural language to generate text and images, and send AI requests.
  • Logic - Route data in a flow using conditions, evaluations, or branching logic.
  • Looping - Repeat a set of blocks based on a count or list.
  • Visualize - Display data as graphs, tables, or raw output.
  • Data - Create and manipulate data types like strings, numbers, lists, and objects.

Insert data blocks into other blocks

Some blocks support inserting data blocks to access the data blocks’ values. For example, you can insert a String block into a List block to include the String block’s value as an item in the List block’s array.

To insert a block, click Add icon Add data blocks and select a block from the dropdown list.

Insert a data block