list_email_templates
List email templates in Greenhouse. Returns template details including name, subject, body, and email type when expanded access is available.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ids | No | Comma-separated email template IDs to filter by | |
| cursor | No | Pagination cursor from a previous response. When provided, must be the only filter parameter. | |
| per_page | No | Results per page (1-500, default 100) | |
| created_at | No | Filter by creation date. Format: operator|ISO8601 (e.g. gte|2024-01-01T00:00:00Z). Operators: gte, lte, gt, lt | |
| email_type | No | Filter by email template type (e.g. candidate_rejection, candidate_email, take_home_test_email, scorecard_reminder, etc.) | |
| updated_at | No | Filter by update date. Format: operator|ISO8601 (e.g. gte|2024-01-01T00:00:00Z). Operators: gte, lte, gt, lt | |
| on_behalf_of_user_id | Yes | Greenhouse user ID of the human approving this expanded data request. |