---
title: "message one or many workers"
method: POST
path: "/api/serviceworkforce/processes/workers/sendWorkerMessage"
tags: ["workers"]
---

# message one or many workers

`POST /api/serviceworkforce/processes/workers/sendWorkerMessage`

## Request body

- object
  - `workerUuids` string[], required — list of worker unique identifier
  - `email` object
    - `content` string, required — stringified email content
    - `subject` string, required — email subject
  - `replyTo` string — reply to email
  - `sms` object
    - `content` string, required — stringified email content
  - `producer` string, required — name of service making the request (e.g. wx-service-compliance)

## Response `201`

Successfully published send message action

- object
  - `workersSentCount` number, required — amount of workers that were messaged

---

[API](https://skmtc.dev/fountain/apis/hire-public-api.md) · [All operations](https://skmtc.dev/fountain/apis/hire-public-api/llms.txt) · [OpenAPI document](https://skmtc-service-production.skmtc.workers.dev/v1/apis/fountain/hire-public-api/revisions/5f406c0e9462/schema)
