Prerequisites
Before you begin, ensure you have:
Gladly Administrator permissions
Loop Order Tracking API Token (see steps below)
Installation
Option A: Contact Gladly Support (recommended)
Request your API Token from the Loop team (see Step 1).
Contact Gladly Support with your API Token.
Gladly Support will install and configure the app.
Proceed to Step 3 to verify installation.
Option B: Install via CLI
Expand for CLI instructions
Install appcfg
If you haven't already, install the App Platform CLI tool. Follow the instructions at Install appcfg.
Obtain Gladly API credentials
You'll need three pieces of information:
Gladly Host:
us-1.gladly.comfor Production orus-uat.gladly.qafor SandboxGladly User: Email address of a Gladly user with Administrator or API User permissions
Gladly API Token: A personal API token for the user above
To generate an API token, follow the instructions in Gladly's API Token documentation.
Set these as environment variables
export GLADLY_APP_CFG_HOST="us-1.gladly.com"
export GLADLY_APP_CFG_USER="your.email@company.com"
export GLADLY_APP_CFG_TOKEN="your-api-token-here"
Configure the app
appcfg apps config create "loop/loop-order-tracking/v1.7.5" \
--name "Loop Order Tracking" \
--config '{}' \
--secrets '{"apiToken": "<your-loop-order-tracking-api-token>"}' \
--activate
Verify the configuration
appcfg apps config list --identifier "loop/loop-order-tracking/v1.7.5"
Verify installation
After installation, confirm everything works:
Loop Order Tracking appears in Settings → App Actions
Status shows Active
Configure features
Contact Gladly Support to configure Cards or add order tracking to your Guides.