---
title: "Create Custom Paperwork Link (Early Access)"
method: POST
path: "/employees/custom_paperwork"
---

# Create Custom Paperwork Link (Early Access)

`POST /employees/custom_paperwork`

## Request body

- object
  - `companyID` string, required — Company ID of employer
  - `employeeID` string, required — Employee ID of the employee
  - `formTemplateIDs` string[], required — Array of form template IDs (in order of how it appears to worker)
  - `send_to_worker` boolean — If true, this link will be sent to the worker's email address

## Response `200`

200

- object
  - `data` string
  - `success` boolean
  - `testMode` boolean

## Other responses

- `400` — 400

---

[API](https://skmtc.net/zeal/apis/zeal-api.md) · [All operations](https://skmtc.net/zeal/apis/zeal-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/zeal/zeal-api/revisions/01346dceb27d/schema)
