[Feature Request] Desktop mode does not support webhook hooks for notifications

Resolved 💬 2 comments Opened Apr 25, 2026 by dipeshkataria-csl Closed Jun 13, 2026

Bug Description
On claude code desktop mode, I want to be able to get notifications on services like slack when it has finished certain tasks etc. This works today in claude code, but not the desktop via this cfg: {
"hooks": {
"Notification": [{
"hooks": [{
"type": "command",
"command": "curl -X POST -H 'Content-type: application/json' --data '{\"text\":\"🔔 Claude needs your input\"}' https://hooks.slack.com/services/YOUR/WEBHOOK/URL"
}]
}],
"Stop": [{
"hooks": [{
"type": "command",
"command": "curl -X POST -H 'Content-type: application/json' --data '{\"text\":\"✅ Claude finished\"}' https://hooks.slack.com/services/YOUR/WEBHOOK/URL"
}]
}]
}
}

Environment Info

  • Platform: darwin
  • Terminal: Apple_Terminal
  • Version: 2.1.98
  • Feedback ID: 2b2d7923-d78f-4fb9-b863-4940955f1d79

Errors

[]

View original on GitHub ↗

This issue has 2 comments on GitHub. Read the full discussion on GitHub ↗