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

# Events

If you do not know what events you want to listen to while preparing your Webhook Server, you can choose the most suitable one from the lists below.

| Event                        | Description                                                             |
| ---------------------------- | ----------------------------------------------------------------------- |
| `whatsapp.call.received`     | Triggers when a new WhatsApp call is received and **missed**            |
| `whatsapp.message.new`       | Triggers when a new WhatsApp message is either **sent** or **received** |
| `whatsapp.message.received`  | Triggers when a new WhatsApp message is **received**                    |
| `whatsapp.message.sent`      | Triggers when a new WhatsApp message is **sent**                        |
| `whatsapp.conversation.new`  | Triggers when a new WhatsApp conversation **is started**                |
| `whatsapp.audio.transcribed` | Triggers when a new WhatsApp audio message is **transcribed to text**   |

**WhatsApp group related events:**[**​**](https://developers.2chat.co/docs/API/WhatsApp/webhooks/subscribe#whatsapp-group-related-events)

| Event                             | Description                                                                    |
| --------------------------------- | ------------------------------------------------------------------------------ |
| `whatsapp.group.message.received` | Triggers when a message is received on a WhatsApp group your number is part of |
| `whatsapp.group.join`             | Triggers when someone joins a group                                            |
| `whatsapp.group.leave`            | Triggers when someone leaves a group                                           |
| `whatsapp.group.remove`           | Triggers when someone is kicked/removed from a group                           |
