upload_recruiting_application_document
Upload a document (for example a CV) to Personio so it can be attached to a new recruiting application. Provide the file as base64 content or a fetchable URL.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| confirm | No | Set true to run this live upload. Ignored when dry_run=true. | |
| dry_run | No | Preview the action without sending it. | |
| file_url | No | Public or signed URL the document can be fetched from. Provide this or file_base64. | |
| file_name | No | Filename to send to Personio (recommended with file_base64). | |
| query_json | No | Additional documented query parameters, including bracketed filter keys. | |
| file_base64 | No | Document contents as base64 (a data: prefix is allowed). Provide this or file_url. | |
| headers_json | No | Additional request headers for endpoints that require vendor-specific headers. |