> For the complete documentation index, see [llms.txt](https://vudy.gitbook.io/vudy-docs/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://vudy.gitbook.io/vudy-docs/webhooks/events.md).

# Events

### Events that trigger webhook calls

```prisma
REQUEST_CREATED /// A new request was created
REQUEST_PAID /// A request was paid
REQUEST_CANCELLED /// A request was cancelled
REQUEST_CLIENT_EMAIL_SET /// Email to send confirmation to client
```
