Cannot create Root folder webhook.
回答済み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"
},
"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.
サインインしてコメントを残してください。
コメント
1件のコメント