Creates a new Webhook. A webhook is not enabled by default when it is created. Once you've created a webhook, you can enable it by using the Update Webhook operation to set **enabled** to **true**. When a row is deleted on a sheet, even if you are using a **subscope** to monitor columns only and the cell in that column for that row is empty, you will receive a "row.deleted" event.
1 | |
2 | |
3 | |
4 | |
5 | |
6 | |
7 | |
8 | |
9 | |
10 | |
11 | |
12 | |
13 | |
14 | |
15 | |
16 | |
17 | |
18 | |
19 | |
20 | |
21 | |
22 | |
23 | |
24 | |
25 | |
26 | |
27 | |
28 | |
29 | |
30 | |
31 | |
32 | |
33 | |
34 | |
35 | |
36 | |
37 | |
38 | |
39 | |
40 | |
41 | |
42 | |