apply_to_posting
Apply to a Lever posting via POST /postings/:posting/apply. This is the documented create-application path.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | JSON body to send to the documented Lever endpoint. | |
| reason | No | Reason for this Lever write. | Requested through Lever Ops Control Plane. |
| confirm | No | Set false only when you explicitly want to block execution. | |
| dry_run | No | When true, preview the write without sending it to Lever. | |
| actor_id | Yes | Lever user ID associated with this action when needed. | |
| posting_id | Yes | Lever posting ID. |