ScavioScavio
ProductPricingDocs
Sign InGet Started
  1. Home
  2. Workflows
  3. WhatsApp Grounded Customer Research Workflow
Workflow

WhatsApp Grounded Customer Research Workflow

n8n workflow: WhatsApp inbound -> Scavio search on user's question -> Claude/GPT grounded answer -> WhatsApp reply.

Start FreeAPI Docs

Overview

Per inbound WhatsApp message: classify intent, route free-form questions through Scavio + LLM, return sourced answer to user.

Trigger

Inbound WhatsApp message

Schedule

Event-driven (per inbound)

Workflow Steps

1

WhatsApp Trigger node fires on incoming message

n8n native node.

2

Switch node: scripted vs free-form intent

Regex or quick-classifier.

3

Free-form path: Scavio HTTP node

Search user's question scoped to your domain.

4

LLM node: ground answer in top 3 Scavio results

Strict citation prompt.

5

WhatsApp Send node: reply with grounded answer + source links

Conversational tone.

6

Log Q + A + sources to Postgres

For later analysis of common questions.

Python Implementation

Python
# n8n is the deliverable; HTTP node body shape:
# POST https://api.scavio.dev/api/v1/search
# headers: { x-api-key: <key> }
# body: { "query": "{{$json.messages[0].text.body}} site:yourcompany.com" }

JavaScript Implementation

JavaScript
// Same — n8n's HTTP node is the integration surface.

Platforms Used

Google

Web search with knowledge graph, PAA, and AI overviews

Frequently Asked Questions

Per inbound WhatsApp message: classify intent, route free-form questions through Scavio + LLM, return sourced answer to user.

This workflow uses a inbound whatsapp message. Event-driven (per inbound).

This workflow uses the following Scavio platforms: google. Each platform is called via the same unified API endpoint.

Yes. Scavio's free tier includes 50 credits on signup with no credit card required. That is enough to test and validate this workflow before scaling it.

WhatsApp Grounded Customer Research Workflow

n8n workflow: WhatsApp inbound -> Scavio search on user's question -> Claude/GPT grounded answer -> WhatsApp reply.

Get Your API KeyRead the Docs
ScavioScavio

Real-time search API for AI agents. Search every platform, not just Google.

Product

  • Features
  • Pricing
  • Dashboard
  • Affiliates

Developers

  • Documentation
  • API Reference
  • Quickstart
  • MCP Integration
  • Python SDK

Alternatives

  • Tavily Alternative
  • SerpAPI Alternative
  • Firecrawl Alternative
  • Exa Alternative

Tools

  • JSON Formatter
  • cURL to Code
  • Token Counter
  • All Tools

© 2026 Scavio. All rights reserved.

Featured on TAAFT
Terms of ServicePrivacy Policy