Wisdom third party integrations

0

On Amazon Connect Wisdom page, it states: "Wisdom connects your knowledge repositories with built-in connectors for third-party applications including Salesforce, Zendesk, and ServiceNow. Customers can also ingest content from other knowledge stores using the Wisdom ingestion APIs."

My question is, is it possible to connect to a third-party wiki other than Salesforce, Zendesk or ServiceNow (example: Mediawiki or Confluence) If yes, how can this be done? I have already tried ingesting knowledge articles from S3 bucket [1]

[1] https://aws.amazon.com/blogs/contact-center/ingesting-content-to-power-real-time-recommendations-and-search-with-amazon-connect-wisdom/

SM
gefragt vor 2 Jahren487 Aufrufe
2 Antworten
1

You will need to crawl those URL into html pages (wget , curl, etc) and put them into the S3 bucket to be ingested per blog you mentioned.

Or use API from those platform to extra the KB articles into html or text to be ingested into Wisdom via the API.

profile pictureAWS
beantwortet vor 2 Jahren
profile pictureAWS
EXPERTE
überprüft vor einem Jahr
0

I created the lamda in C# and now I need to in just the data but the code given documentation is JavaScript, which means that should I have to create another lamda and write those code in C #, or create another lambda with nodeJS?

beantwortet vor einem Jahr

Du bist nicht angemeldet. Anmelden um eine Antwort zu veröffentlichen.

Eine gute Antwort beantwortet die Frage klar, gibt konstruktives Feedback und fördert die berufliche Weiterentwicklung des Fragenstellers.

Richtlinien für die Beantwortung von Fragen