What is Gladly?
Gladly is a customer service platform built for e-commerce brands. It provides a unified view of each customer across all communication channels — email, chat, phone, SMS, and social — organized around the customer rather than individual tickets.What Does the Integration Do?
The Redo Returns app brings return data directly into the Gladly agent workspace. When an agent opens a customer’s profile, the app automatically pulls all of that customer’s returns from Redo (matched by email) and displays them in an expandable card. For each return, agents can see:- Order details — order number, status, and dates
- Returned items — product name, SKU, quantity, return reason, customer comments, and whether it’s a green return
- Compensation — refund amount, store credit, exchange value, and available compensation methods
- Exchange orders — new items, pricing, tax, and fulfillment status
- Shipping & tracking — carrier, tracking number, status, and a clickable tracking link
- Address info — customer address and return destination
- Gift cards — if store credit was issued as a gift card, the code and amount
- Notes & attachments — any notes or images attached to the return
Why It Matters
- No context-switching — agents stay in Gladly instead of logging into Redo separately
- Faster resolution — all return details are immediately visible
- Handles complexity — multi-item returns, exchanges, partial refunds, and multiple shipments are all supported
- Automatic matching — returns are looked up by customer email with no manual search required
How to Set It Up
There are two ways to get set up: Redo can handle the installation for you, or you can install the app yourself.Prerequisites
Gladly Environment
Gladly Environment
A Gladly environment (production or UAT) with admin access.
Gladly API Key
Gladly API Key
Log in to Gladly and generate an API key for your account. Save it somewhere
secure.
Redo Store ID
Redo Store ID
You can find this in your Redo dashboard, or ask your Redo account manager.
Option A: Redo Handles It
This is the easiest path. Send the following to your Redo account manager or to support@getredo.com:| Item | Where to Find It | Example |
|---|---|---|
| Gladly API User Email | The email you use to log in to Gladly | api-user@yourcompany.com |
| Gladly API Key | Generated from your Gladly account | gasd54654sdfas6ew65216dsfa8961352 |
| Redo Store ID | Redo dashboard or your Redo account manager | 123asdf456789010 |
- Contact Gladly Support to get the app framework set up in your environment.
- Build and install the Redo Returns app.
- Configure the app with your store ID and API credentials.
- Activate the app and confirm everything is working.
- Let you know when it’s live.
Option B: Self-Installation
If you prefer to manage the installation yourself, reach out to your Redo account manager to get the Redo Returns app code, then follow the steps below.Contact Gladly Support
Gladly needs to enable the app framework for your environment before you can
install any app. Reach out to Gladly Support and let them know you’d like to
install the Redo Returns app.
Install the Gladly App CLI
If you don’t already have the
appcfg CLI tool, follow Gladly’s documentation
to install it.Build the App
Navigate to the root of the Redo Returns app code, then build:This produces a
.zip file for the next step.Enable the App
Contact Gladly Support and ask them to enable the application you installed.
The name will be redo_returns.
Configure and Activate
Create the app configuration with your Redo Store ID and API token, then
activate:Replace
<your-redo-store-id> with your Redo Store ID and
<your-redo-api-token> with the API token provided by your Redo account
manager.Troubleshooting
App Installation Fails
App Installation Fails
Double-check that your environment variables are set correctly and that Gladly
Support has enabled app installation for your environment.
Configuration Errors
Configuration Errors
Make sure your Store ID and API token are correct. The Store ID should match
exactly what’s in your Redo dashboard.