hires_create_email_template
Create email templates with placeholders to personalize candidate communication. Specify name, subject, and body, then insert placeholder tags for fields like first name and job title.
Instructions
Create a new email template with name, subject, and body. Subject and body support placeholders like {{first_name}}, {{job_title}}. To embed placeholders: 1) GET /template-placeholders to list them, 2) POST /template-placeholders/prepare to get the HTML tag, 3) insert the tag into the body.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Email body HTML (supports placeholders) | |
| name | Yes | Template name | |
| subject | Yes | Email subject line (supports placeholders like {{first_name}}, {{job_title}}) | |
| company_id | No | Target company ID |