Set Up Loop Returns Integration

Prev Next
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

  1. 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.

  2. Log in to your Loop Returns Admin Portal.

  3. Navigate to Settings > Developers. Settings menu displaying various options with Developers section highlighted for API management.

  4. Under API Keys, click Generate API Key.

  5. Check the Return box under Scopes. Name your app Gladly, then click Generate. Settings page for generating an API key with highlighted options and fields.

  6. You should now see a new API Key added to the table of API keys on the Developer Settings page.

  7. Copy the API Key value in the table (and paste and/or save it into a password saver if you use one). Highlighted code and options for returning or deleting an entry in the interface.

  8. Using the appcfg tool, run the command appcfg 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 |
    |--------------------------------------------------|---------------------|
  9. 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