---
title: "Send Job Email"
method: POST
path: "/playwright/send-job-email"
tags: ["playwright"]
---

# Send Job Email

`POST /playwright/send-job-email`

Dispatch an estimate/invoice email send to Pilot and return its request_id.

Does not wait for the send; poll GET /playwright/job-action-status/{request_id}.

## Request body

- SendJobEmailRequest
  - `conversation_id` string, required
  - `email_type` 'estimate' | 'invoice', required

## Response `202`

Successful Response

- JobActionDispatchResponse
  - `request_id` string, required
  - `status` 'queued', required
  - `action` 'send_email' | 'scrape_events', required

## Other responses

- `404` — Not found
- `422` — Validation Error

---

[API](https://skmtc.dev/noso/apis/crucible-backend-api.md) · [All operations](https://skmtc.dev/noso/apis/crucible-backend-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/noso/crucible-backend-api/revisions/2aac272a57fd/schema)
