Skip to main content
Question

Cannot create Root folder webhook.

  • May 22, 2025
  • 1 reply
  • 15 views

Forum|alt.badge.img
Most importantly, how can I create a webhook on the root directory?
 
2nd: 
Why does creating a webhook on the root directory not work :
 
{
"target": {
"id": "0",
"type": "folder"
},
"triggers": [
"FILE.UPLOADED"
]
}
 
while this work perfectly fine?:
 
{
"target": {
"id": "146870499213",
"type": "folder"
},
"triggers": [
"FILE.UPLOADED"
]
}

1 reply

Forum|alt.badge.img

You will need to use a v1 webhook in order to do this.