-
Notifications
You must be signed in to change notification settings - Fork 13
Open
Labels
Description
I'd like to have a library for managing SharePoint web hooks. Ideally a user of this could specify the list IDs, and the library would solve provisioning of the Azure services (maybe Azure Tables) for storing the registration IDs, it would also provision a single Azure function for handling all registrations and would also push any notification onto a queue. Another function would watch the queue and and stub out code or maybe call another azure function that is stubbed out for each list that is registered.