Features Age Decoder Docs Pricing API Overview Join the Waitlist
Integration Guide

How to Use Make.com to Automate Appliance Lookups (No-Code Guide)

Turn any CRM into a smart appliance system. Connect Make.com to ApplianceAPI and automatically enrich jobs with verified model data, specs, manuals, and recall status — no code required.

If you run appliance repair dispatch, manage inspections, or build service software, you already know the problem: appliance data is scattered, manual, and error-prone. Model numbers get entered incorrectly. Technicians show up without specs. Parts get ordered wrong. This guide shows you how to fix that in 10-15 minutes using Make.com and ApplianceAPI.

10 min
Setup time
No code
Required
REST
JSON API
Real-time
Webhook triggers

Why This Matters

Most CRMs and dispatch platforms — Workiz, Housecall Pro, ServiceTitan, or custom systems — store appliance data but do not enrich it. That means no specs, no diagrams, no recall data, and no model validation.

With a simple Make.com automation, every new job gets automatically enriched with verified appliance data the moment it is created. No developer needed.

What You Are Building

A no-code automation pipeline:

CRM → Make.com → ApplianceAPI → CRM

Make.com is the "glue" connecting your CRM to ApplianceAPI. When a job is created, Make.com automatically calls ApplianceAPI, gets structured appliance data, and pushes it back into your system.

Before automation: CSR creates job, customer gives model number (sometimes wrong), technician shows up underprepared, diagnosis delayed, second trip required.

After automation: Job created in CRM, Make.com triggers instantly, ApplianceAPI returns verified model data, specs, and recall status, technician sees everything before arrival. Fewer callbacks, faster diagnosis, more revenue per tech.

Step 1: Create a Scenario in Make.com

Log into Make.com and click "Create a new scenario." You will see a blank canvas — this is where your automation lives.

Step 2: Add a Trigger

You need something to start the automation when a new job is created.

Option A: Webhook (most flexible). Add a Webhook module, select "Custom Webhook," and copy the generated URL. Your CRM sends job data to this URL whenever a new job is created.

Option B: Native app integration. If your CRM (Workiz, Housecall Pro, etc.) has a native Make.com integration, connect directly and set the trigger to "New Job Created."

Step 3: Add an HTTP Module (Call ApplianceAPI)

This is where the enrichment happens. Click Add Module → HTTP → Make a Request and configure:

  • Method: GET
  • URL: https://api.applianceapi.com/v1/models/{{model_number}}
  • Headers: Authorization: Bearer YOUR_API_KEY

Map the model_number field from your webhook or CRM trigger. ApplianceAPI normalizes messy inputs automatically.

Step 4: Map the Response Data

After the HTTP call, ApplianceAPI returns structured JSON data. Add another module to your scenario (CRM update, Slack notification, Google Sheet, etc.) and map the response fields:

  • brand — Verified manufacturer name
  • category — Appliance type (refrigerator, washer, etc.)
  • image_url — Product photo for reports or tickets
  • dimensions — Height, width, depth
  • confidence — Data quality score (HIGH, MEDIUM, LOW)
  • recall_status — CPSC recall status
  • age_estimate — Manufacture year and month

Step 5: Send Data Back to Your CRM

Depending on your CRM, you can update job fields, add structured notes, attach photo links, or create internal alerts. Your CRM becomes data-rich instantly — every job has verified appliance information before the technician leaves the shop.

No-Code Use Cases You Can Build

Once the basic pipeline is set up, you can extend it:

  • Auto-enrich every job — Verified model, appliance type, manufacturer, and specs added automatically to new jobs.
  • Technician pre-dispatch alerts — Send a Slack or SMS message with appliance details before the tech arrives on site.
  • Recall flagging — If a recalled appliance is detected, alert the dispatch team automatically.
  • Auto-populate CRM fields — Fill appliance category, brand, and age fields without relying on manual CSR data entry.
  • Pre-diagnosis workflows — Suggest likely parts and attach relevant manuals to the job record automatically.

Compatible Platforms

This workflow pattern works with any platform that supports webhooks or API calls:

  • Workiz
  • Housecall Pro
  • ServiceTitan (via V2 API or webhook)
  • Custom CRMs and dispatch systems
  • Internal tools and spreadsheets
  • Zapier (similar workflow, different automation platform)

Make.com acts as your universal connector — if your tool can send or receive HTTP requests, it works.

Example API Response (What Make.com Receives)

GET /api/v1/models/WRX735SDHZ
{
  "brand": "Whirlpool",
  "model": "WRX735SDHZ",
  "category": "French Door Refrigerator",
  "image_url": "https://cdn.applianceapi.com/img/...",
  "confidence": "HIGH",
  "dimensions": {
    "height_in": 70,
    "width_in": 36,
    "depth_in": 35
  },
  "recall_status": "none",
  "age_estimate": {
    "manufactured": 2021,
    "confidence": "high"
  },
  "manual_available": true
}

Frequently Asked Questions

What is a Make.com appliance API integration?

It is a no-code automation that connects your CRM or dispatch system to ApplianceAPI via Make.com. When a job is created, appliance data (specs, photos, recall status, age estimate) is automatically retrieved and pushed back to your system.

Do I need coding experience to use Make.com with ApplianceAPI?

No. Make.com is a visual automation platform designed for non-developers. You build workflows by connecting modules and mapping fields — no code required.

What CRMs can I connect to ApplianceAPI via Make.com?

Any CRM that supports webhooks or has a native Make.com integration. This includes Workiz, Housecall Pro, ServiceTitan, and any custom system with HTTP webhook support.

How long does it take to set up?

Most users can build their first automation in 10-15 minutes. The basic flow is: create a Make.com scenario, add a webhook trigger, add an HTTP module pointing to ApplianceAPI, and map the response fields back to your CRM.

What data does ApplianceAPI return?

Depending on the endpoint: model validation, verified product photos, specs and dimensions, manufacture date (serial decode), CPSC recall status, and confidence scoring. All returned as structured JSON.

Can I trigger automations in real-time?

Yes. Using webhooks, your automation runs instantly when a job is created or updated in your CRM. There is no polling delay.

Build your first appliance automation today

Join the ApplianceAPI waitlist for API access. Launching Spring 2026 with a free tier.