| REQUIRED USER ROLE Administrator | PERMISSION OVERVIEW View permissions by role |
Before you start
Review the following information before you connect Loop Returns to Gladly.
Make sure you have access to your Loop Returns admin account.
Add Loop Returns
Log in to your Loop Returns Admin Portal.
Navigate to Settings > Developers.

Under API Keys, click Generate API Key.
Check the Return box under Scopes. Name your app Gladly, then click Generate.

You should now see a new API Key added to the table of API keys on the Developer Settings page.
Copy the API Key value in the table (and paste and/or save it into a password saver if you use one).

Using the
appcfgtool, run the commandappcfg apps list, to locate the most up-to-date LoopReturns app. The output will look like:| APP IDENTIFIER | APP CREATED AT | |--------------------------------------------------|---------------------| | company.com/custom_app/v2.0.4 | 2024-04-29 10:13:22 | |--------------------------------------------------|---------------------| | gladly.com/loop_returns/v1.3.0 | 2024-05-14 07:28:34 | |--------------------------------------------------|---------------------|Run the
appcfgcommand:appcfg apps config create --name "My Configuration" --activate --config '{}' --secrets '{"apiToken":<token from Step 7>}' <identifier from Step 8>--name: The name of the configuration that will appear in the UI, such as App Actions--activate: Include this flag to immediately turn on the configuration as it is created
For more information on the
appcfgtool and configuring an external app, please see: https://help.gladly.com/developer-tutorials/docs/configure-an-app