# How Event Webhook Works

Event Webhook allows you to get the events like Delivery Reports, Read Reports, WhatsApp Number Filter Status, and New Contact Alert  directly into your application which saves your time in calling the corresponding report APIs

{% hint style="info" %}
When you are using WhatsApp Web Automation (Deprecated) as channel and suppose you have requested to check the 500 WhatsApp number status through WhatsApp Filter API and this process may take 2 to 15 minutes to complete depending on the message queue in your phone and how fast your phone can process the request.
{% endhint %}

Instead of calling the report API periodically,  you can setup an event webhook and get the details as soon as the delivery, read, failed event happens.


---

# 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://help.pickyassist.com/api-documentation-v2/event-webhook/how-event-webhook-works.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.
