list_email_templates
Retrieve configured email and calendar-invite templates. Filter by name, channel, category, owner, or date range to find template IDs for interview creation.
Instructions
List email and calendar-invite templates configured for the account. Per-interview snapshots and system templates are excluded. Use this to discover interviewer_template_id and candidate_template_id for create_interview.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| page | No | ||
| limit | No | ||
| query | No | Filter by template name (case-insensitive substring) | |
| channel | No | Filter by delivery channel | |
| categories | No | Comma-separated categories: adhoc, interview_coordination, interviewer_coordination, email_activity, application_submission, assessment, rejection, offer, self_schedule_invite, availability, survey | |
| owner_ids | No | Comma-separated owner user IDs | |
| sort_by | No | ||
| sort_order | No | ||
| created_after | No | ||
| created_before | No | ||
| updated_after | No | ||
| updated_before | No |