> For the complete documentation index, see [llms.txt](https://helpdocumentation.gitbook.io/user/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://helpdocumentation.gitbook.io/user/automations-builder/how-to-send-whatsapp-message-when-someone-submits-a-google-form.md).

# How to Send WhatsApp Message When Someone Submits A Google Form?

1. Create a Google Form and connect it to a Google Sheet.
2. Create an App Script project and copy the provided script into it.(Appscript code: [docs.google.com/document/d/1ntnf3kdfKG\_9HSsFCwbPLxVg4EJs9uKZBK4A6Bu4o34](https://docs.google.com/document/d/1ntnf3kdfKG_9HSsFCwbPLxVg4EJs9uKZBK4A6Bu4o34))
3. The script includes a webhook URL used to send WhatsApp messages.
4. Set up a trigger in the App Script project to run the script when the form is submitted.
5. Allow the script to access your WhatsApp account.
6. When the form is submitted, the script receives the data and sends a WhatsApp message.

{% embed url="<https://youtu.be/_6CtEhxI2lA?si=M2L2DmP6m87VWqaq>" %}


---

# Agent Instructions
This documentation is published with GitBook. GitBook is the documentation platform designed so that both humans and AI agents can read, navigate, and reason over technical content effectively. Learn more at gitbook.com.

## 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://helpdocumentation.gitbook.io/user/automations-builder/how-to-send-whatsapp-message-when-someone-submits-a-google-form.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.
