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 an action.
A list of available flows blocks appears below, with links to more detailed descriptions.
Start - Represents the starting point for a flow and can receive data from webhooks, scenarios, or Flow Module blocks. The Start block appears automatically in every new flow.
Webhooks in Postman Flows will be deprecated and replaced with a new capability in Spring of 2025. Webhooks in Flows will remain available with Free, Basic, and Professional plans until Spring of 2025. Webhooks in Flows aren't available with Enterprise plans.
Output - Sends one flow's result to a Flow Module block in a different flow.
You can insert data blocks into other blocks to access the data blocks' values. For example, you could insert a String block into a List block to include the String block's value as an item in the List block's array.
Blocks that support insertion have an Add data blocks icon . To insert a block, select the Add data blocks icon , then select a block from the dropdown list.
You can insert data blocks into the following blocks: