Skip to content
Pile
Esc
navigateopen⌘Jpreview

Create slack channel

POST/workspaces/{organizationId}/slack/channel
Path parameters
organizationIdstringrequired
Request body
application/json
channelIdstringrequired
min length 1
Responses
200Default channel updated
installedbooleanrequired
teamIdstring | nullrequired
teamNamestring | nullrequired
defaultChannelIdstring | nullrequired
Try it
Server
Parameters
Bodyapplication/json
Request
curl -X POST "/workspaces/string/slack/channel" \
  -H "Content-Type: application/json" \
  -d '{
  "channelId": "string"
}'
Response
{
  "installed": true,
  "teamId": "string",
  "teamName": "string",
  "defaultChannelId": "string"
}