Merge · Arazzo Workflow
Merge Knowledge Base Link and Browse Articles
Version 1.0.0
Exchange a public token for an account token, list knowledge base containers, and list the articles within the first container.
Provider
Workflows
link-and-browse-knowledge-base
Link a knowledge base account and browse its containers and articles.
Exchanges a public token for an account token, confirms the account, lists containers, and lists the articles inside the first container.
1
exchangePublicToken
{$sourceDescriptions.knowledgeBaseApi.url}#/paths/~1knowledgebase~1v1~1account-token~1{public_token}/get
Exchange the public token returned by the Merge Link frontend flow for a durable account token used on all subsequent data requests.
2
confirmAccount
{$sourceDescriptions.knowledgeBaseApi.url}#/paths/~1knowledgebase~1v1~1account-details/get
Read the linked account details to confirm the integration and surface the connected knowledge base platform.
3
listContainers
{$sourceDescriptions.knowledgeBaseApi.url}#/paths/~1knowledgebase~1v1~1containers/get
List the knowledge base containers (spaces or categories) on the linked account.
4
listArticles
{$sourceDescriptions.knowledgeBaseApi.url}#/paths/~1knowledgebase~1v1~1articles/get
List the articles that live inside the first container.