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
Copy file name to clipboardexpand all lines: README.md
+10-3
Original file line number
Diff line number
Diff line change
@@ -14,9 +14,16 @@ The project is modelled on the [Repo Hooks API](http://developer.github.com/v3/r
14
14
15
15
Hooks can be configured to trigger to one or more events. The available events are:
16
16
17
-
* item_added
18
-
* item_updated
19
-
* item_deleted
17
+
**item_adding* - An item is being added
18
+
**item_added* - An item has been added
19
+
**item_updating* - An item is being updated
20
+
**item_updated* - An item has been updated
21
+
**item_deleting* - An item is being deleted
22
+
**item_deleted* - An item has been deleted
23
+
**item_checking_in* - An item is being checked in
24
+
**item_checked_in* - An item has been checked in
25
+
**item_checking_out* - An item is being checked out
26
+
**item_checked_out* - An item has been checked out
20
27
21
28
Once the Webhooks feature is activated on a site, all lists are "Hook enabled". All you need to do is create a hook using the API below to start using it.
0 commit comments