Download the Postman Environment and Collection Files
To make configuring Postman easier, Salesforce provides a template environment file and a preconfigured collection file that you can import into Postman.
-
To download the collection file, click here.
-
To download the environment file, click here.
-
Rename the environment file and open it in a text editor.
-
Change the
name
value fromSalesforce Template Environment
to a more descriptive environment name. -
In the file, set the
url
value tohttps://login.salesforce.com
orhttps://test.salesforce.com
depending on the org type. -
Set the
baseUrl
to your org's hostname with/services/apexrest/vlocity_cmt
appended. For examplehttps://demo.my.salesforce.com/services/apexrest/vlocity_cmt
. -
Set the
username
andpassword
values to your username and password. So far, the file looks something like this: -
Save the file, but keep it open so you can add more values to it in the next task.