update_applicant_external
Update an existing external resume for an applicant. Provide account ID, applicant ID, external ID, source ID, and resume text (body). Optionally attach file IDs.
Instructions
Update an EXISTING resume (external) of an applicant (WRITE operation: PUT). Set the source (account_source from list_account_sources), resume text (body) and/or files. external_id comes from get_applicant → external[].id. NOTE: there is no API to ADD a new resume to an applicant created without one — attach the resume at creation via create_applicant → externals[].
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| body | Yes | Resume text (required) — maps to data.body | |
| files | No | IDs of attached files (from upload_resume → id) | |
| account_id | Yes | HuntFlow account ID | |
| external_id | Yes | Resume (external) ID — from get_applicant → external[].id | |
| applicant_id | Yes | Applicant ID | |
| account_source | Yes | Source ID (required) — numeric id from list_account_sources |