WhatsApp

WhatsApp Settings

Mock controls + automation status. The real integration happens via a webhook POST endpoint.

Automation

WhatsApp API: Active

Mock status card to demonstrate backend capability to the client.

Active
Recent Auto-Uploaded Products
  • Rose Gold Heart PendantActive
  • Emerald Beaded NecklaceActive
  • Turquoise Drop NecklaceActive
  • Vintage Diamond ChainDraft
  • Oxidized Statement SetActive
Webhook (placeholder)

Planned POST endpoint: /api/whatsapp/webhook (not live on Firebase Hosting static deploy).

Next steps

  1. Verify incoming request signature.
  2. Store media in Supabase Storage.
  3. Create products + broadcast status.

Webhook endpoint (placeholder)

This Firebase Hosting deploy is static, so the webhook isn’t deployed yet. The stub logic lives in src/server/whatsapp-webhook.stub.ts. Later, deploy it via Cloud Functions/Cloud Run, then verify signatures, store images in Supabase Storage, and create products in the database.