Migrate Intranet from old CMS to SharePoint Online
Hi,
I have a customer that wants to migrate its Intranet from an old CMS that has an API to SharePoint Online. Think of the intranet like a series of Communication Sites.
The challenge here is:
– Read pages from their API that has title, body, author, image and/or videos (can be YouTube videos or videos stored in the CMS itself that have to be migrated to Stream) and publish date
– For each page, create a corresponding SharePoint web page, and insert the appropriate web parts and if there are videos from the CMS, upload them to Stream and insert the Stream web part in the page
What kind of solution would you develop? These are the necessities I identity:
– API to Create a page
– API to create sections in the page (not sure if necesary)
– API to insert web parts in the page
– API to upload videos to Stream
Thanks
Hi,I have a customer that wants to migrate its Intranet from an old CMS that has an API to SharePoint Online. Think of the intranet like a series of Communication Sites.The challenge here is:- Read pages from their API that has title, body, author, image and/or videos (can be YouTube videos or videos stored in the CMS itself that have to be migrated to Stream) and publish date- For each page, create a corresponding SharePoint web page, and insert the appropriate web parts and if there are videos from the CMS, upload them to Stream and insert the Stream web part in the pageWhat kind of solution would you develop? These are the necessities I identity:- API to Create a page- API to create sections in the page (not sure if necesary)- API to insert web parts in the page- API to upload videos to Stream Thanks Read More