What is a Postman

Hi,
Please help me out,
what is a postman, when to use postman and why it is needed in AutomationEdge?

Hi Aniket,

Postman is a Google Chrome app for interacting with HTTP APIs. It presents you with a friendly GUI for constructing requests(Get/Post/…) and reading responses.Mostly it is used for testing any API.

In AutomationEdge we have already created rest APIs through which will execute AE-workflows without login to AE-portal.

Regards,
Rohini

2 Likes

Hi Aniket,

Use the below link for postman tutorial.
https://www.getpostman.com/docs/

Thanks,
Snehal

1 Like

Thanks For Your help :slight_smile:

Postman is a powerful HTTP client for testing web services. It is available as a Google Chrome Application (Extension ) as well as a desktop application.
All API calls sent using the Postman app are stored in history (the calls are displayed in the left sidebar). This allows you to use them at any later point of time.

AutomationEdge (AE) is a REST based web application. Postman can used to call or test the REST APIs of AutomationEdge.

For more information regarding how to use Postman for making REST calls to AE, please refer to the following:

1 Like