Tutorial

How to Track a Personal WhatsApp Pipeline (Compliantly)

An r/sales post described running pipeline off the company CRM. Walk-through with iOS Notes + Scavio research touch — verify compliance for your industry first.

An r/sales thread described running 90% of high-ticket pipeline in personal WhatsApp/iMessage. This walks an iOS Notes + Scavio research-touch setup. **Read the compliance disclaimer first.**

Prerequisites

  • iOS device
  • Scavio API key
  • (Optional) Shortcut app
  • **Verified your industry's policy on personal-channel sales** — if regulated (finance, healthcare, legal, gov), this approach may not be permissible

Walkthrough

Step 1: One Note per active prospect (not folder, single note)

iOS Notes per-contact.

Text
// Note title: <Company> — <Contact name>
// Body: messenger handle + last touch + decision criteria + next step

Step 2: Share-to-Notes from iMessage/WhatsApp on key threads

Native iOS share menu.

Text
// In iMessage thread: select message > Share > Notes > append to existing note

Step 3: Weekly: run Scavio research touch per active prospect

Each note's company + name.

Text
// site:linkedin.com/in NAME COMPANY
// COMPANY funding 2026
// COMPANY news 2026 -site:competitor.com
// reddit COMPANY review

Step 4: Paste top-1 finding into the note before next outreach

Substance for the next thread.

Text
// Note section:
// [2026-MM-DD research touch]
// — <one-line takeaway with source>

Step 5: Optional: iOS Shortcut to automate the research-touch

Tap the contact name, run shortcut.

Text
// iOS Shortcut: input prospect name + company → POST to Scavio /api/v1/search → return top-1 result → append to Note

Step 6: Compliance check on every cycle

What are the rules for your industry?

Text
// Quarterly: verify with manager/legal/compliance whether personal-channel pipeline is still tolerated.

Python Example

Python
# Per-week cost: 30 active prospects × 4 Scavio queries = 120 queries × $0.0043 = $0.52/week.

JavaScript Example

JavaScript
// iOS Shortcut handles JSON natively; no Python/JS required for the scrape.

Expected Output

JSON
Lightweight per-prospect notes in Apple Notes with weekly research substance pasted in before next touch. **Compliance posture varies wildly by industry — verify yours before adopting.**

Related Tutorials

Frequently Asked Questions

Most developers complete this tutorial in 15 to 30 minutes. You will need a Scavio API key (free tier works) and a working Python or JavaScript environment.

iOS device. Scavio API key. (Optional) Shortcut app. **Verified your industry's policy on personal-channel sales** — if regulated (finance, healthcare, legal, gov), this approach may not be permissible. A Scavio API key gives you 500 free credits per month.

Yes. The free tier includes 500 credits per month, which is more than enough to complete this tutorial and prototype a working solution.

Scavio has a native LangChain package (langchain-scavio), an MCP server, and a plain REST API that works with any HTTP client. This tutorial uses the raw REST API, but you can adapt to your framework of choice.

Start Building

An r/sales post described running pipeline off the company CRM. Walk-through with iOS Notes + Scavio research touch — verify compliance for your industry first.