---
title: "Admin: send operator CV template on Slack"
method: POST
path: "/api/operators/send-cv-template-slack"
tags: ["operators"]
---

# Admin: send operator CV template on Slack

`POST /api/operators/send-cv-template-slack`

## Request body

- OperatorSendCvTemplateSlackRequest — Admin payload to send CV template on Slack to one operator.
  - `operator_id` string, uuid, required — Target operator UUID
  - `token_id` integer, required — Slack user token id from DB

## Response `200`

Successful Response

- OperatorSendCvTemplateSlackResponse — Outcome of admin CV template Slack send.
  - `success` boolean, required — True when the request was accepted
  - `message` string, required — Operation status message
  - `task_id` string, nullable — Celery task id if enqueued

## Other responses

- `422` — Validation Error

---

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