Get Reply Template
replies_get_templateRetrieve a customer reply template by its ID, including the full body with variable placeholders. Get all details like category, title, language, and more.
Instructions
Get one template by id, including the full body with {{variable}} placeholders.
Args:
id (string): template id from replies_search_templates
Returns: full template JSON { id, category, title, language, tone, body, variables, tags, createdAt, updatedAt }.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Template id, e.g. 'status-ar-1' |