# WhatsApp messages via Google Sheet

**Step 1**: Open Googe sheet -> Extensions -> Search and install Extensions called "**Trigger & Send**"

![](/files/gsMk7TO7e8gK6wRFhNCN)

**Step 2**:  [Setup Webhook](/webhooks/webhook-setup.md)

{% hint style="info" %}
How to test webhook? You may use the <https://webhook.site/> for testing webhook
{% endhint %}

**Step 3**: Add the unique webhook link into Google Sheet Trigger & Send plugin under "**Send Data**" and you are done..

![](/files/GW11ANBu5rzo8oih9X6E)

{% hint style="info" %}
**Trigger Data Type**

**Now**: Will send messages now after you copy pasted the sheet

**On Event change**: Whenever the google sheet updated, it trigget the event and user received the WhatsApp Message

{% endhint %}


---

# 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://docsv3.online-live-support.com/how-to-connect/whatsapp-messages-via-google-sheet.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.
