fetch_verification_code
Fetches the newest email verification code from an ATS to confirm inbox ownership. Retries up to three times if the code is delayed in transit.
Instructions
Read the newest ATS email-verification code from the applicant's own inbox.
For the emailed-code gate some ATSes put in front of the final submit: this is email-OWNERSHIP verification of the applicant's own application, which the applicant has authorized, NOT a captcha. Scoped and read-only: only recent mail from known ATS sender domains is considered, via IMAP BODY.PEEK with a revocable app password from the environment. Returns {status, code?}. NO_CODE_FOUND right after submit usually means the mail is in transit; wait ~8s and retry (up to 3x) before parking. Never use this reasoning for captchas or no-AI attestations: those always park for the human.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| minutes | No |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
No arguments | |||