get_offer_letter_context
Build offer-letter drafting context for a single application or offer. Returns candidate contact fields, attachment metadata, application answers, offer custom fields, note bodies, and scorecard text when expanded access is available. Signed attachment URLs are opt-in via include_attachment_urls.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| reason | Yes | Human-readable audit reason for this change. Must be at least 12 characters. | |
| offer_id | No | Offer ID to build context for. Provide either offer_id or application_id. | |
| notes_limit | No | Maximum number of notes to include when include_notes=true. | |
| include_notes | No | When true, include note subjects and bodies for the application. | |
| application_id | No | Application ID to build context for. Provide either application_id or offer_id. | |
| include_scorecards | No | When true, include raw scorecard questions, answers, and attribute notes. | |
| on_behalf_of_user_id | Yes | Greenhouse user ID of the human approving this expanded data request. | |
| include_attachment_urls | No | When true, include signed attachment URLs from the candidate profile. |