WhatsApp · Example Payload

Whatsapp Business Management Api Message Template Example

Whatsapp Business Management Api Message Template Example is an example object payload from WhatsApp, with 8 top-level fields. It illustrates the shape of data this provider's APIs accept or return.

Top-level fields

idnamestatuscategorylanguagecomponentsparameter_formatquality_score

Example Payload

Raw ↑
{
  "id": "wamid.abc123",
  "name": "Example Business",
  "status": "APPROVED",
  "category": "AUTHENTICATION",
  "language": "en_US",
  "components": [
    "example_value"
  ],
  "parameter_format": "POSITIONAL",
  "quality_score": {
    "score": "example_value"
  }
}