create_offer_draft
Create a draft offer for an application in Greenhouse. Refuses duplicate created offers unless explicitly allowed and never submits for approval.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | Yes | Human-readable audit reason for this change. Must be at least 12 characters. | |
| dry_run | No | When true, validate and preview the change without sending a write request. | |
| starts_on | No | Offer start date in YYYY-MM-DD format. | |
| opening_id | No | ||
| custom_fields | No | ||
| application_id | Yes | The application ID the offer belongs to. | |
| confirm_offer_draft | Yes | Must be true to create a draft offer. | |
| on_behalf_of_user_id | Yes | Greenhouse user ID to send with this write. | |
| allow_duplicate_offer_draft | No | Must be true to create another created-status draft when one already exists for the application. |