> For the complete documentation index, see [llms.txt](https://support.whapi.cloud/help-desk/llms.txt). Markdown versions of documentation pages are available by appending `.md` to page URLs; this page is available as [Markdown](https://support.whapi.cloud/help-desk/integrations.md).

# Integrations

- [Introduction of  integration](https://support.whapi.cloud/help-desk/integrations/introduction-of-integration.md): How any service connects to WhatsApp through Whapi.Cloud — the event→reaction pattern, webhooks, API requests, and available no-code platforms.
- [Make.com](https://support.whapi.cloud/help-desk/integrations/make.com.md): Integrate WhatsApp API to any Apps with Make
- [Ready-Made Scenarios](https://support.whapi.cloud/help-desk/integrations/make.com/ready-made-scenarios.md): Already working WhatsApp and Make scenarios that you can get for free
- [WhatsApp & Whisper API: Voice-to-Text Integration](https://support.whapi.cloud/help-desk/integrations/make.com/ready-made-scenarios/whatsapp-and-whisper-api-voice-to-text-integration.md): Integrating WhatsApp API with Make.com and Whisper API for Voice-to-Text Automation
- [Automated WhatsApp Group Message Forwarding in Make.com](https://support.whapi.cloud/help-desk/integrations/make.com/ready-made-scenarios/automated-whatsapp-group-message-forwarding-in-make.com.md): Integrating WhatsApp API with Make.com for Automated Message Forwarding Across Groups and Chats
- [Request Scenario Setup](https://support.whapi.cloud/help-desk/integrations/make.com/request-scenario-setup.md)
- [Pabbly Connect](https://support.whapi.cloud/help-desk/integrations/pabbly-connect.md)
- [Google Contacts](https://support.whapi.cloud/help-desk/integrations/google-contacts.md): Allows you to automate via API the addition of contacts to your WhatsApp account for further use of contacts when adding to a group, as well as starting new private conversations.
- [Zapier](https://support.whapi.cloud/help-desk/integrations/zapier.md): Integrate WhatsApp API to any Apps
- [DialogFlow](https://support.whapi.cloud/help-desk/integrations/dialogflow.md): Build a Dialogflow-WhatsApp Chatbot
- [Sender for Google Sheets](https://support.whapi.cloud/help-desk/integrations/sender-for-google-sheets.md): Send a message to Google Sheets via API
- [API via HTTP in n8n Cloud](https://support.whapi.cloud/help-desk/integrations/api-via-http-in-n8n-cloud.md): Integrating Whapi.Cloud with n8n Cloud via HTTP Requests
- [Custom Node for n8n](https://support.whapi.cloud/help-desk/integrations/custom-node-for-n8n.md): Installation Guide for Whapi.Cloud Custom Node in n8n. How to Use Whapi.Cloud Custom Node in n8n Self-Hosted.


---

# 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, and the optional `goal` query parameter:

```
GET https://support.whapi.cloud/help-desk/integrations.md?ask=<question>&goal=<endgoal>
```

`ask` is the immediate question: it should be specific, self-contained, and written in natural language.
`goal` is optional and describes the broader end goal you are ultimately trying to accomplish on behalf of the user. GitBook uses it to tailor the answer towards what is most useful for that goal.

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.
