---
title: "Send Inquiry Notifications"
method: POST
path: "/inquiries/{inquiry_id}/send-notifications"
tags: ["Inquiries"]
---

# Send Inquiry Notifications

`POST /inquiries/{inquiry_id}/send-notifications`

Manually send inquiry notifications (developer only).

Dispatches Celery tasks to send notification emails and SMS for this inquiry.
Used in dry-run mode to manually trigger notifications from the call detail page.
Intentionally ignores the follow-up filter: sends even when the filter
suppressed auto-notifications (requires_followup=False).

## Path parameters

- `inquiry_id` string, uuid, required

## Response `200`

Successful Response

- unknown

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.dev/openintake/apis/fastapi.md) · [All operations](https://skmtc.dev/openintake/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/openintake/fastapi/revisions/b642b91e0a5c/schema)
