Make.com (Integromat) — WhatsApp Profile API

Add a WhatsApp profile lookup module to any Make scenario. Use the built-in HTTP module — no custom connector required.

Setup

  1. Add module → HTTP → Make a request.
  2. Configure:
    • URL: https://whatsapp-proxy.checkleaked.cc/number/{{number}}
    • Method: GET
    • Headers: Headers: x-rapidapi-key → YOUR_DIRECT_KEY (direct-purchase key from our dashboard).
      For RapidAPI marketplace: change URL host to whatsapp-data1.p.rapidapi.com AND add x-rapidapi-host: whatsapp-data1.p.rapidapi.com.
    • Parse response: Yes
  3. Run once — Make parses the JSON, fields become referenceable ({{5.isWAContact}}, {{5.about}}, {{5.profilePic}}, etc.).
  4. Feed fields into downstream modules (Airtable, Google Sheets, Slack, HubSpot, etc.).

Iterate over many numbers

  1. Trigger with an array (e.g., Google Sheets → "Search Rows" returning many rows).
  2. Add Iterator module — pass the rows array.
  3. Add the HTTP module after the iterator — it now runs once per row.
  4. Add an Aggregator at the end to collect results into a single array if your downstream action expects a batch.

For high-volume runs, use our bulk-check endpoint instead — one HTTP call per 1,000 numbers saves scenario operations.

Error handling

Wrap the HTTP module with a Break or Resume error handler so a single bad number doesn't fail the entire scenario. For 429 responses, configure retry with exponential backoff.

Related

What Our Users Say

Real reviews from our satisfied customers

4.5/5 (162 reviews)