How to bring External Content into AI created knowledge article into servicenow instance.
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2024 06:17 AM
1. When external data gets into ServiceNow.
2. External data imported in ServiceNow should create the articles by using the Generative AI.If it possible what are the ways?
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-02-2024 12:30 PM
Hi there @PREMKUMAR M1
Use Data Sources, IntegrationHub, or custom scripts to import data in formats like CSV, XML, or via API.
Integrate with AI services (e.g., OpenAI, Azure AI) through custom scripts or plugins.
Set up workflows or Flow Designer to trigger AI-generated articles when new data is imported.
This way, you can create knowledge articles from external data using Generative AI.
If this helps kindly accept the response thanks much.
Kind Regards,
Mohamed Azarudeen Z
Developer @ KPMG
Microsoft MVP (AI Services), India
- Mark as New
- Bookmark
- Subscribe
- Mute
- Subscribe to RSS Feed
- Permalink
- Report Inappropriate Content
07-05-2024 06:01 AM
Hi @Its_Azar ,
Thanks for the Reply!
Could you please provide documentation on creating knowledge articles from external data using Generative AI?