# About webhooks for organizations

### [About webhooks for organizations](#about-webhooks-for-repositories) <a href="#about-webhooks-for-repositories" id="about-webhooks-for-repositories"></a>

Organization webhooks allow you to receive HTTP `POST` payloads whenever certain events happen from an organization, web entity, or brand website. You can use the [REST API](https://api.shopwaive.com) to manage organization webhooks. You can list webhook deliveries for a webhook, or get and redeliver an individual delivery for a webhook, which can be integrated into an external app or service. You can also use the REST API to change the configuration of the webhook. For example, you can modify the payload URL, content type, SSL verification, and secret.&#x20;

#### [Receiving Webhooks](#receiving-webhooks) <a href="#receiving-webhooks" id="receiving-webhooks"></a>

In order for Shopwaive to send webhook payloads, your server needs to be accessible from the Internet. We also highly suggest using SSL so that we can send encrypted payloads over HTTPS.

#### [Webhook headers](#webhook-headers)

Shopwaive will send along several HTTP headers to differentiate between event types and payload identifiers. See [webhook headers](https://webhooks.shopwaive.com/webhook-events-and-payloads#delivery-headers) for details.

#### &#x20;<a href="#delivery-headers" id="delivery-headers"></a>

##
