bash
curl -s -X POST http://localhost:3847/notify -H "Content-Type: application/json" -d '{"title":"TITLE","body":"BODY","priority":"default"}'
Use after significant tasks. Keep title 2-4 words, body 1 sentence max.
当任务完成后,向用户发送Telegram通知
--- frontmattername: notify description: Send Telegram notification to user when task completes
curl -s -X POST http://localhost:3847/notify -H "Content-Type: application/json" -d '{"title":"TITLE","body":"BODY","priority":"default"}'
Use after significant tasks. Keep title 2-4 words, body 1 sentence max.