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

# Integrations

- [Menambahkan Nomor WA untuk API](https://docs.watzap.id/help/integrations/menambahkan-nomor-wa-untuk-api.md)
- [Mendapatkan API Key di Member Area](https://docs.watzap.id/help/integrations/mendapatkan-api-key-di-member-area.md)
- [Mendapatkan Number Key untuk API](https://docs.watzap.id/help/integrations/mendapatkan-number-key-untuk-api.md)
- [Solusi Kendala Kirim Pesan via API](https://docs.watzap.id/help/integrations/solusi-kendala-kirim-pesan-via-api.md)
- [Integrasi dengan OrderOnline.id](https://docs.watzap.id/help/integrations/integrasi-dengan-orderonline.id.md)
- [Cegah Fake/Spam Order Pakai Fitur WhatsApp Validator](https://docs.watzap.id/help/integrations/integrasi-dengan-orderonline.id/cegah-fake-spam-order-pakai-fitur-whatsapp-validator.md)
- [Integrasi dengan Scalev.id](https://docs.watzap.id/help/integrations/integrasi-dengan-scalev.id.md)
- [Integrasi dengan Sejoli](https://docs.watzap.id/help/integrations/integrasi-dengan-sejoli.md)
- [Integrasi dengan Google Form](https://docs.watzap.id/help/integrations/integrasi-dengan-google-form.md)
- [Integrasi dengan Google Spreadsheet x Zapier](https://docs.watzap.id/help/integrations/integrasi-dengan-google-spreadsheet-x-zapier.md)
- [Integrasi dengan LandingPress](https://docs.watzap.id/help/integrations/integrasi-dengan-landingpress.md)
- [Integrasi dengan Elementor](https://docs.watzap.id/help/integrations/integrasi-dengan-elementor.md)
- [Integrasi dengan WPForms](https://docs.watzap.id/help/integrations/integrasi-dengan-wpforms.md)
- [Integrasi dengan Contact Form 7](https://docs.watzap.id/help/integrations/integrasi-dengan-contact-form-7.md)
- [Integrasi dengan KIRIM.EMAIL](https://docs.watzap.id/help/integrations/integrasi-dengan-kirim.email.md)
- [Integrasi dengan WooCommerce](https://docs.watzap.id/help/integrations/integrasi-dengan-woocommerce.md)
- [Integrasi dengan Berdu.id](https://docs.watzap.id/help/integrations/integrasi-dengan-berdu.id.md)
- [Integrasi dengan Themefood.id](https://docs.watzap.id/help/integrations/integrasi-dengan-themefood.id.md)
- [Integrasi dengan Gmail x Zapier](https://docs.watzap.id/help/integrations/integrasi-dengan-gmail-x-zapier.md)
- [Integrasi dengan N8N](https://docs.watzap.id/help/integrations/integrasi-dengan-n8n.md)
- [Cara Mendapatkan Webhook URL untuk n8n](https://docs.watzap.id/help/integrations/integrasi-dengan-n8n/cara-mendapatkan-webhook-url-untuk-n8n.md)
- [Cara Integrasi WatZap dengan n8n](https://docs.watzap.id/help/integrations/integrasi-dengan-n8n/cara-integrasi-watzap-dengan-n8n.md)
- [Cara Setting Node WatZap Trigger & Action di n8n](https://docs.watzap.id/help/integrations/integrasi-dengan-n8n/cara-setting-node-watzap-trigger-and-action-di-n8n.md)
- [Perbedaan n8n Official dan Unofficial](https://docs.watzap.id/help/integrations/integrasi-dengan-n8n/perbedaan-n8n-official-dan-unofficial.md)
- [Cara Membuat Workflow Dasar di n8n](https://docs.watzap.id/help/integrations/integrasi-dengan-n8n/cara-membuat-workflow-dasar-di-n8n.md)
- [Cara Membuat Workflow n8n dengan WABA Official](https://docs.watzap.id/help/integrations/integrasi-dengan-n8n/cara-membuat-workflow-n8n-dengan-waba-official.md)
- [Cara Menggunakan Template Workflow n8n](https://docs.watzap.id/help/integrations/integrasi-dengan-n8n/cara-menggunakan-template-workflow-n8n.md)
- [Cara Membuat Chatbot AI di n8n dengan Google Form](https://docs.watzap.id/help/integrations/integrasi-dengan-n8n/cara-membuat-chatbot-ai-di-n8n-dengan-google-form.md)
- [Cara Mengatasi Error & Menjaga  Performa Workflow n8n](https://docs.watzap.id/help/integrations/integrasi-dengan-n8n/cara-mengatasi-error-and-menjaga-performa-workflow-n8n.md)
- [Penjelasan Event Webhook Logs n8n](https://docs.watzap.id/help/integrations/integrasi-dengan-n8n/penjelasan-event-webhook-logs-n8n.md)


---

# 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://docs.watzap.id/help/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.
