ashby_bulk_archive
Archive up to 25 applications in one operation, optionally applying an archive reason and sending rejection emails. Streamlines bulk candidate status updates.
Instructions
Archive multiple applications at once with an optional reason and rejection email.
Accepts up to 25 application IDs. Uses the same archiving logic as ashby_archive_application for each one. Caches interview plan lookups for efficiency when applications share the same job.
Response: total, succeeded, failed, results[] (application_id, success, error?).
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| send_email | No | Whether to send rejection emails. Requires email_template_id. | |
| application_ids | Yes | Array of application IDs (UUIDs) to archive. Max 25. | |
| archive_reason_id | No | Archive reason ID from ashby_list_archive_reasons. Applied to all. | |
| email_template_id | No | Communication template ID from ashby_list_email_templates. Required when send_email is true. |