reject_application
Reject a candidate for a job in Greenhouse ATS by application ID. Optionally record a rejection reason, add internal notes, and send a candidate email.
Instructions
Reject a candidate from a job. Write operation.
Users say "reject Sarah from the Backend role." To get the application_id: search_candidates_by_name → get_candidate → match the application to the job. For rejection_reason_id: list_rejection_reasons → match by name. For email templates: list_email_templates. Can be reversed with unreject_application. For bulk rejections, use bulk_reject.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| notes | No | Internal rejection notes (not sent to candidate) | |
| application_id | Yes | Greenhouse application ID | |
| rejection_email | No | Optional email to candidate: {email_template_id, send_email_at (ISO 8601)} | |
| rejection_reason_id | No | Reason ID — get from list_rejection_reasons |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |