---
title: "Send an email containing a task's details with a custom body"
method: POST
path: "/api/v3/projects/{project_id}/tasks/{id}/email"
tags: ["tasks"]
---

# Send an email containing a task's details with a custom body

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

## Path parameters

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

## Headers

- `Fieldwire-Version` string, date, required

## Request body

- object
  - `body` string
  - `cc_sender` boolean
  - `email` string, required — A list of emails separated by commas, spaces, or semicolons
  - `kind` string — One of `HTML` or `PDF`
  - `subject` string — Subject of the email

## Response `201`

Successful response

---

[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)
