Message Playground

Paste your message JSON to preview how it renders in WhatsApp.

JSON InputValid
Preview
99
80
P
Playground
Business account

Message Schema

{
  "id": "string",
  "type": "text" | "image" | "interactive" | ...,
  "sender": "customer" | "agent",
  "time": "HH:MM",
  "text"?: { "body": "string" },
  "image"?: { "link": "url", "caption"?: "string" },
  "interactive"?: { ... }
}

Accepts a single message object or an array of messages. Newlines in strings are supported.