---
title: "Create file request template"
method: POST
path: "/api/1/file-request-templates"
tags: ["File request templates"]
---

# Create file request template

`POST /api/1/file-request-templates`

## Request body

- object
  - `label` string, required
  - `folder_path` string, nullable
  - `items` object[], required
    - `label` string, required
  - `reminders` integer[]
  - `due_at` string, nullable — Must be a valid date.
  - `notify_event` 'completion' | 'fulfilled', nullable

---

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