Skip to content
This repository has been archived by the owner on Dec 18, 2021. It is now read-only.

Latest commit

 

History

History
31 lines (24 loc) · 2.56 KB

04-postman-setup.md

File metadata and controls

31 lines (24 loc) · 2.56 KB

Using Postman Collection

We have added a postman collection which can be helpful to create service call through the iFlow.

Prerequisites

Download

You can download the postman collection from postman folder.

Installation

  • Install Postman Tool
  • Import both "Service Ticket (iFlow).postman_collection.json" and "iFlow.postman_environment.json" files into postman. You should be a new Collection Called "Service Ticket (iFlow)" in the list and an environment "iFlow".

Configuration

and replace the place holders as explained below.

Place holder Name Description More Information
<<FSM_ACCOUNT_NAME>> FSM Account Name
<<FSM_COMPANY>> FSM Company Name
<<FSM_USER>> FSM Username
<<IFLOW_URL>> Fully formed iFlow URL Refer iFlow Definitions to obtain the iFlow URL
<<CPI_USER>> Cloud Platform Integration Username
<<CPI_PASSWORD>> Cloud Platform Integration User password

Create Service Call through Postman

  • Navigate to the request "Creation of Service Ticket through iFlow" inside "Service Ticket (iFlow)"
  • Choose "iFlow" as environment
  • Modify the "request body" as needed and click "Send"
  • Service Call should have been created.