---
title: "slack"
method: POST
path: "/api/actions/{id}/slack"
tags: ["Action"]
---

# slack

`POST /api/actions/{id}/slack`

## Path parameters

- `id` string, required

## Response `200`

Slack response containing either empty text for ephemeral mode or JSON for in-channel mode

- object
  - `response_type` 'in_channel', required — Type of Slack response
  - `text` string, required — Response text (typically empty)

## Other responses

- `401` — Unauthorized - invalid timestamp or signature
- `404` — Not Found - integration type is not slack or action not found
- `429` — Too Many Requests - rate limit exceeded

---

[API](https://skmtc.net/treasure/apis/llm-api.md) · [All operations](https://skmtc.net/treasure/apis/llm-api/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/treasure/llm-api/revisions/56f275763358/schema)
