---
title: "Create Channel For Dataset"
method: POST
path: "/slack/channels/datasets"
tags: ["Slack App"]
---

# Create Channel For Dataset

`POST /slack/channels/datasets`

Create new Slack channel corresponding to a given dataset_id and returns the mapping.

## Request body

- CreateChannelPayload
  - `flow_id` string, required
  - `dataset_id` string, required
  - `owner_id` string, required

## Response `201`

Successful Response

- SlackChannelMapping
  - `id` string, required
  - `dataset_id` string, required
  - `slack_channel_id` string, required
  - `slack_channel_name` string, required
  - `flow_id` string, nullable

## Other responses

- `422` — Validation Error

---

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