The tool comes with a free basic plan.
Download as a Chrome or Desktop application.
Click on the import button on the top left corner
Select "Import from link" and specify the URL of the collection to import. For example, paste the link to the all-resources-scripted 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
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 icon in the upper right corner, and select "Manage environments".
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.