---
title: "Create Market Lead Manual Sms"
method: POST
path: "/market-leads/manual-sms"
tags: ["market-leads"]
---

# Create Market Lead Manual Sms

`POST /market-leads/manual-sms`

## Request body

- MarketLeadManualSmsCreateRequest
  - `customer_name` string, nullable
  - `recipient_phone` string, required
  - `initial_message` string, required
  - `lsa_lead_id` string, nullable

## Response `200`

Successful Response

- MarketLeadSummary
  - `id` string, required
  - `source_key` string, required
  - `source_display_name` string, nullable
  - `customer_name` string, nullable
  - `phone` string, nullable
  - `email` string, nullable
  - `primary_contact_method` string, required
  - `preferred_contact_method` string, required
  - `status` string, required
  - `qualification_status` string, required
  - `service_category` string, nullable
  - `project_details` string, nullable
  - `ai_paused` boolean
  - `needs_office` boolean
  - `st_job_id` union
    - integer
    - string
  - `st_booking_status` string, nullable
  - `st_booking_started_at` string, date-time, nullable
  - `st_booking_error` string, nullable
  - `backoffice_notification_status` string, nullable
  - `first_contacted_at` string, date-time, nullable
  - `last_message_at` string, date-time, nullable
  - `created_at` string, date-time, nullable
  - `updated_at` string, date-time, nullable

## 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/f2cac64213a3?raw)
