Update Reply Template
replies_update_templateUpdate specific fields of an existing reply template. Only provided fields are changed; modifying the body automatically re-extracts variables.
Instructions
Update fields of an existing template. Only provided fields change. If body changes, variables are re-extracted automatically.
Args:
id (string): existing template id
title, category, language, tone, body, tags: all optional
Returns: the updated template JSON.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| id | Yes | Existing template id | |
| body | No | ||
| tags | No | ||
| tone | No | Reply tone | |
| title | No | ||
| category | No | ||
| language | No | Template language: 'ar' Arabic or 'en' English |