Skip to main content
POST
/
api
/
v1
/
slack
/
notify
Send test notification
curl --request POST \
  --url http://localhost:3001/api/v1/slack/notify \
  --cookie nut-session=
{
  "success": true,
  "data": {},
  "message": "Test notification sent successfully"
}

Authorizations

nut-session
string
cookie
required

Session cookie authentication

Response

Notification sent

success
boolean
required
data
object
message
string
Example:

"Test notification sent successfully"