Home / Companies / Postman / Blog / Post Details
Content Deep Dive

Write to your local file system using a Postman Collection

Blog post from Postman

Post Details
Company
Date Published
Author
Joyce
Word Count
411
Company Posts That Month
8
Language
English
Hacker News Points
-
Post removed?
No
Summary

Utilizing inbound webhooks to send information from Postman to a Slack channel for scheduled collection runs can be highly beneficial, and logging data to the Postman console is also useful during development. However, exporting data from a Postman collection run to CSV or JSON can be accomplished by running a local server and using scripts in Postman to send requests to that server. This process involves setting up a local server using Node.js, listening for POST requests, and writing data to the file system. By running a local instance of the Postman app, users can execute a Postman collection that sends a POST request to the local server, which then writes the data to a file like spaceReport.json. Although this method is effective when using a local setup, it is not applicable for scheduled runs on the Postman cloud due to network restrictions, but it can be performed locally using Newman.

Trends Found in this Post

No tracked trend matches for this post yet.

Use This Data

Use this post, company, and trend context to find content marketing opportunities, perform competitive analysis, or address product feature gaps via the Plushcap MCP server or the Plushcap API.