2017-10-13 45 views

回答

0

是的,如果您在线使用SharePoint,它们可用于与给定的SharePoint列表或文档库的列表项更改相对应的事件。

它们支持以下异步事件:

ItemAdded

ItemUpdated

ItemDeleted

ItemCheckedOut

ItemCheckedIn

ItemUncheckedOut

ItemAttachmentAdded

ItemAttachmentDeleted

ItemFileMoved

ItemVersionDeleted

ItemFileConverted

参考 - Getting started with webhooks

Webhooks reference implementation