Skip to Content

OneDrive Triggers

Category: Polling

OneDrive File Added

What it does: Fires when a file is added to a selected OneDrive folder (polling).

Inputs

  • Folder (required) — The OneDrive folder to watch. Select via folder picker or path. Only new files in this folder trigger the workflow.

Outputs

The new file’s metadata and optionally content reference so later steps can read or process the file.

Output schema

  • id — OneDrive item ID.
  • name — File name.
  • size — File size in bytes.
  • webUrl — URL to open the file in the browser or OneDrive.
  • data (if supported) — Reference or content for downstream steps that need the file body.

OneDrive Folder Added

What it does: Fires when a folder is added under the selected OneDrive folder (polling).

Inputs

  • Parent Folder (optional) — The parent folder to watch for new child folders. Omit to use default. Only new folders trigger.

Outputs

The new folder’s metadata for syncing or folder-based workflows.

Output schema

  • id — OneDrive folder ID.
  • name — Folder name.
  • webUrl — URL to the folder in OneDrive.
Last updated on