Webhooks will be sunset on February 11, 2026. Any existing flows that use webhooks will stop running after this date. You can preserve these flows’ functionality by migrating them to flows running in the cloud, a more powerful, cloud-based alternative to webhooks. This guide shows how to migrate your workflows to flows running in the cloud.
Flows running in the cloud provide everything webhooks offered, plus the following:
Cloud deployment - Your flows run reliably in the cloud in addition to running locally in the Postman cloud runtime environment.
Built-in scheduling - Run flows in the cloud automatically at custom intervals with scheduled flows.
Better observability - Track run history, logs, and performance metrics in analytics.
Version control - Snapshot and manage different versions of your workflows.
| Feature | Webhooks | Flows running in the cloud |
|---|---|---|
| Execution | Local | Cloud-based |
| Scheduling | Required external monitors | Built-in scheduled flows |
| Observability | Limited | Full run logs |
| Versioning | None | Snapshots & deployment tracking |
| Reliability | Depends on local setup | Production infrastructure |
To migrate your webhook-based flow to a flow running in the cloud, do the following:
Open your webhook-based flow.
Click Preview.
Copy the JSON body from the preview and close the preview pane.
Click Create a new folder or flow and select Create flow.
In the Start block, click Change trigger and select Request.
Click ![]()
Scenarios.
Hover over the Request Trigger default scenario and click Edit.
Paste the JSON body from your webhook into the scenario.
Save and close the scenario pane.
In your webhook-based flow, press ⌘ + A or Ctrl + A to select all the blocks.
Copy the blocks.
In your new flow, paste the blocks onto the canvas.
Connect the Request block’s Body port to your first flow block.
Connect your final block to the Body port of the Response block.
Make sure all blocks are correctly connected.
Click Run to run the scenario manually.
Verify everything works as expected.
Check the run logs for any errors.
In your new flow, click Deploy in the upper right corner.
Enter a URL.
Click Deploy. Your new flow is live and running in the Postman cloud. It’s available at the URL you specified. Click the Current tab in the Deploy pane.
Last modified: 2026/01/14