Forum Discussion
Srinivas Narula
Mar 06, 2017Brass Contributor
Can we trigger an API when new files are added to group folder?
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...
Rajesh Sitaraman
Mar 07, 2017Brass Contributor
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-the-webhook-url-to-use-in-your-implementation
Srinivas Narula
Mar 07, 2017Brass Contributor
@Rajesh - Thanks for sharing the link. I was aware of webhooks but did not implement at folder level. I will give a try.