# Webhooks

- [Overview](https://docs.evitalrx.in/api-for-fulfillment-portal/webhooks/overview.md): This section contains Fulfillment module webhooks
- [Digitization Completed](https://docs.evitalrx.in/api-for-fulfillment-portal/webhooks/digitization-completed.md): This webhook is for order process through PAAS portal only.
- [Digitization Rejected](https://docs.evitalrx.in/api-for-fulfillment-portal/webhooks/digitization-rejected.md)
- [Order Assigned](https://docs.evitalrx.in/api-for-fulfillment-portal/webhooks/order-assigned.md)
- [Order Accepted](https://docs.evitalrx.in/api-for-fulfillment-portal/webhooks/order-accepted.md)
- [Order Rejected](https://docs.evitalrx.in/api-for-fulfillment-portal/webhooks/order-rejected.md)
- [Order Shipped](https://docs.evitalrx.in/api-for-fulfillment-portal/webhooks/order-shipped.md)
- [Order Picked Up](https://docs.evitalrx.in/api-for-fulfillment-portal/webhooks/order-picked-up.md)
- [Order Delivered](https://docs.evitalrx.in/api-for-fulfillment-portal/webhooks/order-delivered.md)
- [Order Reassigned](https://docs.evitalrx.in/api-for-fulfillment-portal/webhooks/order-reassigned.md)
- [Order Split⛔](https://docs.evitalrx.in/api-for-fulfillment-portal/webhooks/order-split.md)


---

# 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://docs.evitalrx.in/api-for-fulfillment-portal/webhooks.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.
