# 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](/reference/webhook-events-and-payloads.md#delivery-headers) for details.

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

##


---

# Agent Instructions: Querying This Documentation

If you need additional information that is not directly available in this page, you can query the documentation dynamically by asking a question.

Perform an HTTP GET request on the current page URL with the `ask` query parameter:

```
GET https://webhooks.shopwaive.com/reference/about-webhooks-for-organizations.md?ask=<question>
```

The question should be specific, self-contained, and written in natural language.
The response will contain a direct answer to the question and relevant excerpts and sources from the documentation.

Use this mechanism when the answer is not explicitly present in the current page, you need clarification or additional context, or you want to retrieve related documentation sections.
