# Render template version preview

Render the template contents of the given Template Version
using the given context.
The three contents are returned in a single JSON response, they are `contentHtml`,
`contentText` and `subjectLine`.

Endpoint: POST /communicator/templates/{templateVersionId}/preview
Version: 2025-03-26
Security: oauth2, bearerAuth, apiKeyHeader

## Path parameters:

  - `templateVersionId` (string, required)
    The Template Version ID.

## Request fields (application/json):

  - `context` (object)

  - `personId` (string, required)
    Peach's unique or lender's external identifier.

## Response 200 fields (application/json):

  - `contentHtml` (string)

  - `contentText` (string)

  - `subjectLine` (string)

