---
title: "form_email"
method: POST
path: "/api/v3/projects/{project_id}/forms/{id}/email"
tags: ["forms"]
---

# form_email

`POST /api/v3/projects/{project_id}/forms/{id}/email`

## Path parameters

- `project_id` string, uuid, required
- `id` string, uuid, required

## Headers

- `Fieldwire-Version` string, date, required

## Request body

- FormsEmailInput — Schema for forms email input
  - `body` string, required — Content to include in the email body
  - `cc_sender` boolean, required — Whether the email should be CCed to the sender too
  - `email` string, required — List of comma separated emails to send to
  - `kind` 'csv' | 'pdf' | 'null', nullable, required — Kind of export this form should be in
  - `subject` string, required — Subject to use for the email

## Response `201`

Successful response

## Other responses

- `429` — Too many attempts

---

[API](https://skmtc.dev/fieldwire/apis/fieldwire-super-api.md) · [All operations](https://skmtc.dev/fieldwire/apis/fieldwire-super-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fieldwire/fieldwire-super-api/revisions/66ee1c20b92d/schema)
