Get a text notification the moment any Cursor cloud agent, CI pipeline, build job, or long-running dev task finishes — pass or fail. How to set it up (takes ~2 minutes): 1. Add this recipe to your Poke account. 2. Poke will greet you and walk you through creating your personal webhook URL. 3. Copy your webhook URL from the setup message. 4. Paste it into Cursor's post-task hook, a GitHub Actions step, or any tool that supports outbound webhooks. Test it immediately with this curl command (replace YOUR_WEBHOOK_URL): curl -X POST YOUR_WEBHOOK_URL \ -H 'Content-Type: application/json' \ -d '{"task": "my-first-test", "status": "passed", "duration": "1m 12s"}' You should get a text within seconds. Works with: Cursor cloud agents, GitHub Actions, GitLab CI, Jenkins, shell scripts, Vercel deploys, or any service that can make an HTTP POST request.