submit_application
Confirm and record a job application submission after the user has reviewed the summary and explicitly approved, using a valid confirmation token to enforce the pre-submit check.
Instructions
Record a submitted application. Call this only after clicking Submit.
Requires a confirmation_id from request_submit_confirmation. Without
a valid, unused token this refuses -- the check is what makes "confirm
before submitting" real rather than advisory.
When the client could not prompt the user directly, pass
acknowledged: true only after you have shown the user the summary and
they explicitly approved.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| ats | No | ||
| steps | No | ||
| job_id | No | ||
| company | No | ||
| job_url | Yes | ||
| platform | No | ||
| job_title | No | ||
| apply_route | No | easy_apply | |
| acknowledged | No | ||
| answers_used | No | ||
| confirmation_id | Yes | ||
| vision_fallbacks | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| result | Yes |