---
title: "Notify Technician"
method: POST
path: "/conversations/{conversation_id}/notify-technician"
tags: ["conversations"]
---

# Notify Technician

`POST /conversations/{conversation_id}/notify-technician`

Send a push notification to the technician assigned to a conversation. Rate-limited to once per 60 minutes.

## Path parameters

- `conversation_id` string, uuid, required

## Response `200`

Successful Response

- unknown

## 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.dev/noso/apis/crucible-backend-api/revisions/46c87bbc4486?raw)
