---
title: "Preview Template API"
method: GET
path: "/v3/metainfo/template/preview"
tags: ["WhatsApp Templates"]
---

# Preview Template API

`GET /v3/metainfo/template/preview`

Preview a WhatsApp template to see exactly how it will look before sending. This feature allows you to check for any errors or adjustments needed.

## Query parameters

- `templatename` string
- `templateid` integer

## Response `200`

Successfully generated template preview

- PreviewTemplateSuccessResponse
  - `status` string, required
  - `message` string, required
  - `preview_data` object, required — Template preview information

## Other responses

- `400` — unresolved $ref
- `401` — unresolved $ref
- `500` — unresolved $ref

---

[API](https://skmtc.dev/netcorecloud/apis/email-api-v6.md) · [All operations](https://skmtc.dev/netcorecloud/apis/email-api-v6/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/netcorecloud/email-api-v6/revisions/73f83bc2eff8/schema)
