Slack
Set Slack Notifications
AuthorizationBearer <token>
API key minted via POST /v1/api-keys (format mk_live_...)
In: header
channelIdstring
Length
1 <= length <= 40channelNamestring
Length
1 <= length <= 90minRelevance?integer|null
Range
0 <= value <= 100sources?array<string>
Items
items <= 9Response Body
application/json
application/json
application/json
curl -X PUT "https://api.mentio.dev/v1/slack/notifications" \ -H "Content-Type: application/json" \ -d '{ "channelId": "string", "channelName": "string" }'{
"configured": true,
"connected": true,
"teamName": "string",
"notifications": {
"channelId": "string",
"channelName": "string",
"minRelevance": 100,
"sources": [
"bluesky"
]
}
}{
"error": {
"code": "string",
"message": "string"
}
}{
"error": {
"code": "string",
"message": "string"
}
}