Skip to content

Latest commit

 

History

History
54 lines (25 loc) · 1.85 KB

ImportAndConfigure.md

File metadata and controls

54 lines (25 loc) · 1.85 KB

Import and configure a collection

Not a Postman user yet ?

The tool comes with a free basic plan.

Download as a Chrome or Desktop application.

How to import a collection into postman

Click on the import button on the top left corner

import button

Select "Import from link" and specify the URL of the collection to import. For example, paste the link to the all-resources-scripted collection.

import a collection

To pick any collection listed in this repo:

  • go to the collection you want to import,
  • click raw
  • paste the link from your browser URL

Configure your execution environement

Postman lets you define environment variables to easilly abstract your execution contexts.

This is where we'll specify the token used to access the Webex Teams REST API.

Tip: create several environments to switch from one Webex account to another. As for instance, to jump back and forth from your personal account to one or several of your bot accounts.

To create a new environment, click on the create env icon in the upper right corner, and select "Manage environments".

new environment

In the "Manage environments" dialog, add the {{access_token}} variable, and paste your personal access token, or a Bot access token - without the Bearer prefix.

Note that you can retrieve your personal access token from the Webex for Developers Getting Started page.

configure environment