Mar 06 2017 09:04 AM
Hi All,
we have an requirement to push files from one of the folder in office365 group to sharepoint on weekly basis.
I can acheive above requriement by developing an timer job soltuion which will run weekly once and check office 365 group folder and if there are any files then push the files to sharepoint doc library along with some default tagging.
Whether sharepoint webhooks can be used for office 365 groups to get notified when new files are added to office 365 group folder, then I can trigger azure function and complete above requirement.
Let me know if this approach is possible and any related articles which can throw some light on this area.
Sri
Mar 06 2017 09:35 AM
Have you considered a Flow?
Mar 06 2017 11:00 PM
If you want to push files weekly then your scheduled jobs approach is more appropriate. Webhooks will be triggered immediately on file/folder added/updated events. I hope you would have came across this article - https://dev.office.com/sharepoint/docs/apis/webhooks/sharepoint-webhooks-using-azure-functions#grab-...
Mar 07 2017 07:27 AM
Mar 07 2017 08:07 AM
Mar 07 2017 09:02 AM
Mar 07 2017 10:02 AM
Adding @Merwan Hade
Mar 13 2017 02:24 AM
Mar 14 2017 04:57 AM
@Salvatore Biscari - I am able to update sharepoint list field value using SharePoint REST API. Below is the screenshot of my HTTP step configuration.