> ## 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 Presence

> Triggered when a contact comes online or goes offline

# WhatsApp Presence

Triggered when a contact comes online or goes offline

## Properties

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

## Parameters

| Name          | Label          | Type   | Description                                                         | Required |
| ------------- | -------------- | ------ | ------------------------------------------------------------------- | -------- |
| contactFilter | Contact Filter | String | Optional: Only trigger for specific contacts (comma-separated JIDs) | No       |
| statusFilter  | Status Filter  | Select |                                                                     | No       |

## Outputs

| Name      | Label     | Type    | Description               |
| --------- | --------- | ------- | ------------------------- |
| jid       | jid       | string  | Contact JID               |
| available | available | boolean | Whether contact is online |
| lastSeen  | lastSeen  | string  | Last seen timestamp       |
