# Incoming Message

Webhooks are user-defined HTTP callbacks that are triggered by specific events. Whenever that trigger event occurs, the WhatsApp Business API client sees the event, collects the data, and immediately sends a notification (HTTP request) to the Webhook URL.

We provide 2 types of Webhooks

| Type             | Request Type | What it does                                                                                                                                             |
| ---------------- | ------------ | -------------------------------------------------------------------------------------------------------------------------------------------------------- |
| Incoming message | POST         | <p></p><p>We will send user initiated content like</p><ul><li>Text</li><li>Media</li><li>Video</li><li>Image</li><li>Document</li><li>Location</li></ul> |
| Delivery message | POST         | <p></p><p>We will delivery notification. As -</p><ul><li>Sent</li><li>Delivered</li><li>Read</li></ul>                                                   |


---

# 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://wadocs.pepipost.com/webhooks/overview.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.
