---
title: "Send Lead Notifications"
method: POST
path: "/leads/{lead_id}/send-notifications"
tags: ["Leads"]
---

# Send Lead Notifications

`POST /leads/{lead_id}/send-notifications`

Manually send lead notifications (developer only).

Dispatches Celery tasks to send notification emails and SMS for this lead.
Used in dry-run mode to manually trigger notifications from the call detail page.

## Path parameters

- `lead_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)
