---
title: "POST /message-channels"
method: POST
path: "/message-channels"
tags: ["message-channels"]
---

# POST /message-channels

`POST /message-channels`

Creates a `MessageChannel` objects.

## Request body

- CreateMessageChannelInfo — # CreateMessageChannelInfo Object ### Description The `CreateMessageChannelInfo` object is used to describe the message channel object to be created.
  - `third_party_provider` 'SLACK', required — The third party provider of the message channel.
  - `remote_id` string, required — The remote ID of the message channel

## Response `200`

The message channel that was created.

- MessageChannel — # MessageChannel Object ### Description The `MessageChannel` object is used to represent a message channel. ### Usage Example Update a groups message channel from the `UPDATE Groups` endpoint.
  - `message_channel_id` string, uuid, required — The ID of the message channel.
  - `third_party_provider` 'SLACK' — The third party provider of the message channel.
  - `remote_id` string — The remote ID of the message channel
  - `name` string — The name of the message channel.
  - `is_private` boolean — A bool representing whether or not the message channel is private.

---

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