Seismic
Seismic is a unified platform that equips customer-facing teams with the right skills, content, tools, and insights to grow and win. It helps organizations to engage customers, enable teams, and ignite revenue growth. This document describes how to connect IBM watsonx Orchestrate to Seismic and use its skills on watsonx Orchestrate.
Connecting to Seismic
- A credential type must be set for apps that are a part of team skill sets and AI assistants. Skill-based actions in AI assistants support only shared credentials.
- If a credential type of an app is not specified, an error message is displayed when users attempt to run the skills of the app. To resolve the error, an admin must set the credential type for the app. For more information, see Managing connections.
An app can be connected either through the skill catalog or through the watsonx Orchestrate chat. Use the method that suits you to connect to an app.
Connect to the app through the skill catalog when you add that skill to your skill set:
- On the watsonx Orchestrate chat page, click Add skills from the catalog.
- Search and click the app tile.
- Click Connect app.
- Configure the connection. For more information, see Configuring the connection.
- Click Connect app.
Otherwise, connect to that app through the watsonx Orchestrate chat when you use the skill:
- Open the watsonx Orchestrate chat.
- On the chat, start the skill.
- Click Connect app.
- Configure the connection. For more information, see Configuring the connection.
- Click Connect app.
Configuring the connection
To connect watsonx Orchestrate to Seismic, complete the following steps:
- Click Connect app.
- Specify the Bearer token. To provision the bearer token, see Retrieving the bearer token.
- Click Connect app.
Retrieving the bearer token
To get a bearer token:
- Use the following sample curl command:
curl --location 'https://auth.seismic.com/tenants/example/connect/token' \
--header 'accept: application/json' \
--header 'content-type: application/x-www-form-urlencoded' \
--data-urlencode 'grant_type=delegation' \
--data-urlencode 'scope=seismic.search seismic.delivery seismic.reporting'
- Copy the access token from the API response and use it as the bearer token to connect to watsonx Orchestrate.
What to do next
After you connect to the app, you can use the app’s skills. For more information see, Using the chat. To know what skill you can use, see the skills and skill flow column of List of prebuilt apps, skills and skill flows.
Parent topic: