There are two ways you can use the Sunshine Conversations Postman Collection
To use this collection, you will need to have a account, and have at least one app setup. You will need the following values to run most of the API calls in the collection: appId
, appUserId
, keyId
, secret
and messageId
.
appId
: The ID of the app with which you want to test the API. The appId
can be found on the App Settings page.
apiVersion
: The API version to use. See API versioning to learn more.
appUserId
: The user to whom you want to send the test messages. You can get a userId
in a few different ways.
appUserId
. If you use this method, you will be setup and able to view the messages sent from the Postman collection.userId
as the appUserId
to test your API calls.keyId
: You will need an API key ID to authenticate your calls. See our guide docs for more information.
secret
: You will need an API key secret to authenticate your calls. See our guide docs for more information.
Note: messageId
is only needed for the DELETE Message API call
1. Set environment to
Smooch Public Env
. | |
2. Open Settings | |
3. Add your values here |