ashby_archive_application
Archive a candidate's application with a chosen reason and optional rejection email. Automatically assigns the correct interview stage for the job.
Instructions
Archive an application with an optional reason and rejection email.
Workflow: call ashby_list_archive_reasons to pick a reason, then ashby_list_email_templates to pick an email template, then call this tool. Automatically resolves the correct "Archived" interview stage for the application's job.
Response: application_id, status, archive_reason_id, email_sent, message.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| send_email | No | Whether to send a rejection email. Requires email_template_id. | |
| application_id | Yes | The application ID (UUID) to archive. | |
| archive_reason_id | No | Archive reason ID from ashby_list_archive_reasons. | |
| email_template_id | No | Communication template ID from ashby_list_email_templates. Required when send_email is true. |