# Enabling A Global Webhook Capability

To enable a global webhook, perform the following steps:

1. Select _Capabilities_ to open the _Capabilities_ panel, located in the Settings menu

2. Click the _Create capability_ button to get to the _Select__Capability Type_ table

3. Select _Webhook: Global_ to open the _Create Webhook: Global Capability_panel

4. Complete the form by selecting which _Event Types_ you’d like to have events sent, entering the URL you would like the events to be sent to.

**Note**  
A Global: Webhook capability for Event Type audit requires that you also enable the Audit capability, in order for events to be fed to the webhook.

This form also includes an option to use a _Secret Key_ for sending your events with a HMAC payload digest.

**Note**  
Webhooks will provide a `sha1` hash of the JSON body using a shared secret key. This allows you to verify the data integrity as well as its authenticity. The JSON body is hashed without whitespace and this hash is provided in the header as `X-Nexus-Webhook-Signature`.

After you enable the capability, you will now see the _Webhook: Global_ capability in the list of _Capabilities_.
