Cannot create Root folder webhook.
AnsweredMost 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"
},
"address": "https://example.com/webhooks",
"triggers": [
"FILE.UPLOADED"
]
}
while this work perfectly fine?:
{
"target": {
"id": "146870499213",
"type": "folder"
},
"address": "https://example.com/webhooks",
"triggers": [
"FILE.UPLOADED"
]
}
-
You will need to use a v1 webhook in order to do this.
Please sign in to leave a comment.
Comments
1 comment