rt_attach_file
Attach a local file to a candidate in your recruiting pipeline, optionally marking it as their CV. Uses a confirmation step to avoid unintended replacements.
Instructions
Attach a local file to an existing candidate — a CV, or a summary document. Set asCv to make it their CV rather than a plain attachment; a record with no CV shows "No CV or resume yet" in Tellent.
Setting a file as the CV REPLACES any CV already on file, demoting theirs to a plain attachment — so that is refused unless you pass replaceCv.
Only ever attach a file the user named. Never go looking for one, and never substitute a different file if the named one is missing. Two-call gate: preview, then confirm.
The upload is verified against the candidate afterwards; if it comes back unlinked, say so rather than reporting it as attached.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| asCv | No | Make it the candidate's CV. Default false. | |
| confirm | No | ||
| filePath | Yes | Absolute path to the local file. | |
| candidate | Yes | Full name, or a candidate id. | |
| replaceCv | No | Allow replacing a CV already on file. Default false — setting a CV REPLACES the existing one and demotes it to a plain attachment, so that needs saying out loud. |