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
posta 2 anni fa489 visualizzazioni
2 Risposte
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
con risposta 2 anni fa
profile pictureAWS
ESPERTO
verificato un anno fa
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?

con risposta un anno fa

Accesso non effettuato. Accedi per postare una risposta.

Una buona risposta soddisfa chiaramente la domanda, fornisce un feedback costruttivo e incoraggia la crescita professionale del richiedente.

Linee guida per rispondere alle domande