Welcome to FlowZap, the App to diagram with Speed, Clarity and Control.

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.

Full FlowZap Code

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)
}

Related templates

Back to all examples