Push notifications for your scripts

Get notified when your long-running tasks finish. Dead simple.

Simple API

One curl command. No SDKs, no dependencies.

Progress Tracking

Stream progress updates and tail them like a log.

Works Everywhere

Bash, Python, Node, CI/CD pipelines - anything with HTTP.

Example Usage
# Notify when your script finishes
./long-running-task.sh && \
  curl "https://ping-me.fiveironsoftware.com/p/YOUR_TOKEN?m=Done!"

# Or track progress
for i in {1..10}; do
  curl -s "https://ping-me.fiveironsoftware.com/p/YOUR_TOKEN/progress?m=Step+$i"
  do_work
done

14-day free trial. Then $0.99/month.