Nextcloud event template script

Script windmill Verified

by dieriba.pro916 ยท 10/20/2025

The script

Submitted by dieriba.pro916 Bun
Verified 118 days ago
1
export async function main(
2
  authentication: {
3
    owner: RT.Nextcloud,
4
    trigger: RT.Nextcloud
5
  },
6
  user: {
7
    uid: string,
8
    displayName: string,
9
  },
10
  time: number,
11
  event: any
12
) {
13
  // process event
14
}