Skip to content

Commit e5f7356

Browse files
committed
More work on readme
1 parent 613ba62 commit e5f7356

File tree

1 file changed

+10
-0
lines changed

1 file changed

+10
-0
lines changed

README.md

Lines changed: 10 additions & 0 deletions
Original file line numberDiff line numberDiff line change
@@ -37,8 +37,12 @@ composer require craftcms/webhooks
3737

3838
To manage your webhooks, go to Settings → Webhooks in your project’s Control Panel.
3939

40+
### Webhook Groups
41+
4042
Webhooks can optionally be organized into groups. You can create a new group by clicking the “New group” button in the sidebar.
4143

44+
If a group is deleted, any webhooks in it will become ungrouped. (They will **not** be deleted along with the group.)
45+
4246
### Creating Webhooks
4347

4448
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
6973

7074
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).
7175

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.
81+
7282
## Integrating with Task Automation Tools
7383

7484
### Zapier

0 commit comments

Comments
 (0)