You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
To manage your webhooks, go to Settings → Webhooks in your project’s Control Panel.
39
39
40
+
### Webhook Groups
41
+
40
42
Webhooks can optionally be organized into groups. You can create a new group by clicking the “New group” button in the sidebar.
41
43
44
+
If a group is deleted, any webhooks in it will become ungrouped. (They will **not** be deleted along with the group.)
45
+
42
46
### Creating Webhooks
43
47
44
48
To create a new webhook, click the “New webhook” button.
@@ -69,6 +73,12 @@ The attributes listed here (separated by newlines) will be passed to the `$extra
69
73
70
74
For “Extra Event Attributes”, each attribute should be prefixed with the name of the property and a dot (e.g. `element.author` will include the `author` attribute of an `$element` property).
71
75
76
+
### Toggling Webhooks
77
+
78
+
Webhooks can be enabled or disabled from both the Webhooks index page and within their Edit Webhook pages.
79
+
80
+
Only enabled webhooks will send webhook requests when their corresponding events are triggered.
0 commit comments