Authorizations
Bearer authentication header of the form Bearer <token>, where <token> is your auth token.
Body
The MessageChannel object to be created.
CreateMessageChannelInfo Object
Description
The CreateMessageChannelInfo object is used to describe the message channel object to be created.
The third party provider of the message channel.
SLACK "SLACK"
The remote ID of the message channel
"C03FJR97276"
Response
The message channel that was created.
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.
The ID of the message channel.
"6670617d-e72a-47f5-a84c-693817ab4860"
The third party provider of the message channel.
SLACK "SLACK"
The remote ID of the message channel
"C03FJR97276"
The name of the message channel.
"api-team-audit-channel"
A bool representing whether or not the message channel is private.
false

