Hébergement VPS n8n | Automatisation sécurisée et évolutive
Formation n8n en Français : Automatisation & Agents IA
This course lets you rebuild the workflow manually, node by node, live with your community. Every value below is copy-paste ready.
A customer messages your WhatsApp Business number through Whapi. The workflow checks the message is text, screens it for jailbreak attempts, NSFW content and off-topic requests with Guardrails, then hands it to an AI Agent that can search your Notion knowledge base, look up live WooCommerce orders/products/customers, do arithmetic, and escalate to a human via Gmail when it can't resolve the issue. The final answer is sent back to the customer on WhatsApp.
Compared to a typical WhatsApp-support template, this build:
<aside> ⚠️
This is an advanced build: it combines a webhook, Guardrails, an AI Agent with 8 tools, and 3 outbound HTTP calls. Budget real time to rebuild it live.
</aside>
| Service | What you need | Where to get it |
|---|---|---|
| Whapi | API token (Bearer) | Sign up free at panel.whapi.cloud, connect your WhatsApp number, copy the token from your channel dashboard |
| WooCommerce | Consumer Key + Consumer Secret | Your WordPress admin → WooCommerce → Settings → Advanced → REST API → Add key (Read/Write) |
| Notion | Internal integration token | notion.so/my-integrations → create integration → share your knowledge-base pages with it |
| OpenAI | API key | platform.openai.com/api-keys |
| Gmail | OAuth2 connection | n8n's built-in Gmail OAuth2 credential flow |