Framework Mode - Alert configuration
Folder Structure
postman-project/
├── collections/
│ ├── api-requests.postman_collection.json
│ └── user-flows.postman_collection.json
├── environments/
│ ├── dev.postman_environment.json
│ ├── staging.postman_environment.json
│ └── prod.postman_environment.json
├── monitors/
│ └── api-monitor.json
├── alerts/
│ ├── alert-config.json
│ └── alert-rules.json
├── scripts/
│ ├── pre-request-scripts.js
│ └── test-scripts.js
└── README.md