get_message_template
Retrieve an hh.ru negotiation message template by ID, with optional topic, resume, or vacancy IDs to tailor content for invites or existing applications.
Instructions
Get a negotiation message template by id (optionally with topic_id / resume_id / vacancy_id). Requires HH_ACCESS_TOKEN.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| raw | No | Return the full raw hh.ru JSON instead of the compact summary. | |
| template | Yes | Template id (e.g. invite, interview, discard_after_response) | |
| topic_id | No | Negotiation topic id (when template is for an existing application) | |
| resume_id | No | Resume id (for invite templates) | |
| vacancy_id | No | Vacancy id (for invite templates) |