欢迎使用 FlowZap,快速、清晰、掌控的绘图应用。

Internal file notifications (OneDrive → Microsoft Teams)

A Make.com automation scenario that monitors a OneDrive folder for new file uploads and sends a Microsoft Teams message to the relevant channel with file details and a direct link. This internal communication workflow keeps Microsoft 365 teams informed of new documents, reports, and deliverables without requiring manual announcements.

完整 FlowZap 代码

onedrive { # Onedrive
n1: rectangle label:"OneDrive - Watch New Files" system:"OneDrive"
n2: rectangle label:"Microsoft Teams - Send Message" system:"Microsoft Teams"
n1.handle(right) -> n2.handle(left)
}

相关模板

返回所有示例