---
title: "Share To Slack"
method: POST
path: "/playground/share/slack"
tags: ["AI_PLAYGROUND", "SHARE"]
---

# Share To Slack

`POST /playground/share/slack`

Share a Studio session to Slack via incoming webhook.

## Request body

- ShareToSlackRequest — Request to share a Studio session to Slack via webhook.
  - `session_id` string, required — Studio session ID to share
  - `webhook_id` integer, required — Notification ID (from notifications table) for webhook delivery

## Response `200`

Successful Response

- ShareToSlackResponse — Response after sharing to Slack.
  - `success` boolean, required
  - `message` string, nullable

## Other responses

- `422` — Validation Error

---

[API](https://skmtc.net/myaltimate/apis/fastapi.md) · [All operations](https://skmtc.net/myaltimate/apis/fastapi/llms.txt) · [OpenAPI document](https://skmtc-service-staging.skmtc.workers.dev/v1/apis/myaltimate/fastapi/versions/103580dad816/schema)
