v5
latestOpenAPI 3.1.02026-07-31151195455.5 KBmessage-channels
Creates a MessageChannel objects.
post/message-channels
Request body
Example request
{
"third_party_provider": "SLACK",
"remote_id": "C03FJR97276"
}Response
The message channel that was created.
Example response
{
"message_channel_id": "6670617d-e72a-47f5-a84c-693817ab4860",
"third_party_provider": "SLACK",
"remote_id": "C03FJR97276",
"name": "api-team-audit-channel",
"is_private": false
}