Skip to main content
Customer Care platform connections define how you connect watsonx Orchestrate to external customer engagement systems, such as Genesys Cloud, during runtime. You use these connections in the Agent Assist dashboard to subscribe to live customer conversations. By configuring a Customer Care platform connection, you decide which customer care tenant and credentials watsonx Orchestrate uses when it interacts with active conversations. Use the ADK CLI commands in this topic to configure, list, and remove Customer Care platform connections for your tenant.

Configuring a Customer Care platform connection

Use the following command to set up a new connection or update one you already manage.
BASH
orchestrate customer-care platform configure \
  --type genesys
  --name <connection unique name>
  --endpoint <Customer Care connection endpoint> \
  --client-id  <client ID> \
  --client-secret-stdin | --client-secret <client secret> \
Note:The connection name you specify configures the watsonx Orchestrate Agent Assist dashboard and determines which Customer Care platform instance the dashboard uses during runtime.

Listing Customer Care platform connections

Use this command when you need to view your configured connections.
BASH
orchestrate customer-care platform list

Deleting a Customer Care platform connection

Use this command when you need to remove a connection you no longer use.
BASH
orchestrate customer-care platform remove <connection unique name>