> ## Documentation Index
> Fetch the complete documentation index at: https://docs.lyzn.ai/llms.txt
> Use this file to discover all available pages before exploring further.

# WhatsApp Group Message

> Triggered when a message is received in a WhatsApp group

# WhatsApp Group Message

Triggered when a message is received in a WhatsApp group

## Properties

| Property   | Value                          |
| ---------- | ------------------------------ |
| **Type**   | whatsapp-group-message-trigger |
| **Family** | Triggers                       |
| **Group**  | WhatsApp                       |

## Parameters

| Name        | Label                | Type   | Description                                                                           | Required |
| ----------- | -------------------- | ------ | ------------------------------------------------------------------------------------- | -------- |
| groupFilter | Group Filter         | String | Optional: Only trigger for messages from specific groups (comma-separated group JIDs) | No       |
| excludeSelf | Exclude Own Messages | Bool   | Don't trigger for messages sent by the connected account                              | No       |

## Outputs

| Name        | Label       | Type   | Description             |
| ----------- | ----------- | ------ | ----------------------- |
| messageId   | messageId   | string | WhatsApp message ID     |
| groupJid    | groupJid    | string | Group JID               |
| groupName   | groupName   | string | Group name              |
| senderJid   | senderJid   | string | Sender JID              |
| senderName  | senderName  | string | Sender's push name      |
| messageType | messageType | string | Message type            |
| content     | content     | string | Text content or caption |
| timestamp   | timestamp   | string | Message timestamp       |
