REQUIRED USER ROLE Administrator | PERMISSION OVERVIEW View permissions by role |
Before you start
Review the following information before you connect Loop Returns to Gladly.
This is a two-part configuration process that must be done in sequential order. Contact Gladly Support then connect Loop Returns to Gladly.
Make sure you have access to your Loop Returns admin account.
Add Loop Returns To Gladly
Reach out to Gladly Support and request to add Loop Returns. This step will ensure Loop Returns displays properly on your Customers’ Profiles. Once you receive confirmation from Gladly Support that this step is complete, continue to the next step.
Note – This process could take up to three business days.
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
appcfg
tool, 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
appcfg
command: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
appcfg
tool and configuring an external app, please see: https://help.gladly.com/developer-tutorials/docs/configure-an-app