Apply for a position
dynomatix_submit_applicationSubmit a job application to Dynomatix, résumé included. This is final: it delivers straight to a monitored human inbox and cannot be edited, recalled or deleted afterwards. Confirm the details with the person you are acting for before you call it, and do not call it twice for the same submission — a retry sends a second copy. Set position to a slug from dynomatix_list_open_positions. Supply the résumé exactly one of two ways: resume_url, an https link that downloads the file itself (a sharing page from a drive or a document service is not a direct link and will be refused), or resume_base64 together with resume_filename. Supplying both, or neither, is refused. The résumé must be a PDF, DOC or DOCX file under 5 MB; its contents are checked against its extension, so a renamed file is refused too. Nothing is stored until every field passes, and the reply confirms receipt with a submission id worth quoting in any follow-up — it never returns the résumé or a link to it.
Input Schema
| Name | Required | Description | Default |
|---|---|---|---|
| name | Yes | The applicant's full name. | |
| Yes | The applicant's email address, in the form name@example.com. This is the only way they will be contacted, so check it before sending. | ||
| phone | No | Optional. The applicant's phone number. | |
| letter | No | Optional cover letter. Newlines are preserved. | |
| position | Yes | Slug of the role, from dynomatix_list_open_positions. A role that is not on that list is not accepting applications. | |
| portfolio | No | Optional. A full web address starting with http:// or https:// — a portfolio, GitHub profile or personal site. | |
| resume_url | No | An https URL that downloads the résumé file directly. Not a sharing or preview page — the response must be the file itself. Use this OR resume_base64, never both. http:// is refused, as are hostnames that resolve inside a private network. | |
| resume_base64 | No | The résumé's bytes, base64-encoded. Use this OR resume_url, never both. Requires resume_filename. Payloads over 5 MB are refused before they are decoded. | |
| resume_filename | No | Required with resume_base64: it is the only source of the file's extension, which must be one of PDF, DOC or DOCX. Optional with resume_url, where the URL's last path segment is used instead. |