-
Notifications
You must be signed in to change notification settings - Fork 1k
config properties webhooks properties hooks hooks
GitHub Action edited this page Mar 3, 2026
·
28 revisions
v2.5.0
object (hooks)
| Property | Type | Required | Nullable | Defined by |
|---|---|---|---|---|
| callback | string |
Optional | cannot be null | Config |
| events | array |
Optional | cannot be null | Config |
callback specifies the URL to which the change data will be sent.
callback
-
is optional
-
cannot be null
string
events is a list of events this hook listens for.
events
-
is optional
-
cannot be null
string[] (events)