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
{{ message }}
This repository was archived by the owner on Nov 1, 2017. It is now read-only.
Copy file name to clipboardExpand all lines: content/v3/orgs/hooks.md
-15Lines changed: 0 additions & 15 deletions
Display the source diff
Display the rich diff
Original file line number
Diff line number
Diff line change
@@ -7,21 +7,6 @@ title: Organization Webhooks | GitHub API
7
7
* TOC
8
8
{:toc}
9
9
10
-
{{#tip}}
11
-
12
-
<aname="preview-period"></a>
13
-
14
-
The Organization Webhooks API is currently available for developers to preview.
15
-
During the preview period, the API may change without advance notice.
16
-
Please see the[blog post][developer-blog-post] for full details.
17
-
18
-
To access the API during the preview period, you must provide a custom[media type][media-type] in the`Accept` header:
19
-
20
-
application/vnd.github.sersi-preview+json
21
-
22
-
{{/tip}}
23
-
24
-
25
10
Organization webhooks allow you to receive HTTP`POST` payloads whenever certain events happen within the organization. Subscribing to these events makes it possible to build integrations that react to actions on GitHub.com. For more information on actions you can subscribe to, check out our[Events documentation][webhook-events].