C1 provides identity governance for Gladly. Integrate your Gladly
instance with C1 for unified visibility and governance over agent access.
Capabilities
Resource Sync Provision Users (agents) Teams Inboxes
The connector syncs your Gladly agents as users, your teams and inboxes, and
each team’s agent membership as grants. It is read-only and does not provision
access.
Gather Gladly credentials
To configure the Gladly connector, you need a Gladly Administrator to create an
API User and grant it API permission.
In Gladly, a Gladly Administrator designates an agent as an API User and
grants it API permission. API permissions are set on an agent-by-agent
basis.
Generate an API token for that API User. The connector reads agents,
teams, and inboxes, so the API User must be able to read those resources.
Note the API User’s login email , its API token , and your Gladly API
base URL, which is https://<your-organization>.gladly.com/api/v1.
Follow these instructions to use a built-in, no-code connector hosted by C1.
In C1, navigate to Integrations > Connectors and click Add connector .
Search for Gladly and click Add .
Choose how to set up the new Gladly connector.
Set the owner for this connector.
Find the Settings area of the page and click Edit .
Enter the Gladly credentials:
Gladly API base URL : Your full Gladly API URL including the
/api/v1 suffix, for example
https://yourcompany.gladly.com/api/v1.
Gladly API user email : The login email of the API User.
Gladly API token : The API token for that API User.
The connector’s label changes to Syncing , followed by Connected . You can view the logs to ensure that information is syncing.
Done. Your Gladly connector is now pulling access data into C1.Follow these instructions to run the Gladly connector in your own
environment.
Create a secret for the Gladly API token.
Configure the connector environment variables:
BATON_GLADLY_BASE_URL : Your full Gladly API URL including the
/api/v1 suffix, for example
https://yourcompany.gladly.com/api/v1.
BATON_GLADLY_AGENT_EMAIL : The login email of the API User.
BATON_GLADLY_API_TOKEN : The API token for that API User.
Deploy the connector using your standard self-hosted connector process.
Done. Your Gladly connector is now pulling access data into C1.