---
title: "Send Employee Welcome Sms"
method: POST
path: "/manager/employees/{employee_id}/send-sms"
tags: ["manager"]
---

# Send Employee Welcome Sms

`POST /manager/employees/{employee_id}/send-sms`

Send a one-off SMS to one technician from their assigned Twilio number.

Used by the NosoAI user to send a welcome/onboarding message so the
technician receives it from their work number and can click the login link.

## Path parameters

- `employee_id` string, uuid, required

## Request body

- BodySendEmployeeWelcomeSmsManagerEmployeesEmployeeIdSendSmsPost
  - `body` string, 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/d1993647e543?raw)
