Skip to main content
PATCH
/
api
/
v1
/
organization
/
slack
/
channel
Set default Slack channel for tool failure alerts
curl --request PATCH \
  --url https://prod.featherhq.com/api/v1/organization/slack/channel \
  --header 'Content-Type: application/json' \
  --header 'X-API-Key: <api-key>' \
  --data '
{
  "channelId": "<string>"
}
'
{
  "slack": {
    "connected": true,
    "teamId": "<string>",
    "teamName": "<string>",
    "defaultChannelId": "<string>",
    "defaultChannelName": "<string>"
  }
}

Authorizations

X-API-Key
string
header
required

Body

application/json
channelId
string
required
Minimum string length: 1

Response

Slack alert channel updated

slack
object
required