upload_file
Upload a file from a publicly reachable URL and attach it to a specific CRM entity such as a candidate, company, or job.
Instructions
Upload a file to Recruit CRM via POST /v1/files (multipart).
file_url must be a publicly reachable URL — the Recruit CRM backend
fetches the bytes itself. folder is the destination folder name (a
sensible default is Uploads). related_to anchors the file to a
specific CRM entity.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| file_url | Yes | ||
| related_to | Yes | Reference to a CRM entity for `related_to`-style linkage. | |
| folder | No | Uploads |
Output Schema
| Name | Required | Description | Default |
|---|---|---|---|
| kind | Yes | ||
| id | Yes | ||
| title | No | ||
| url | No |