# 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>                                                   |
