CrumbTrack™ Notify lets you receive push notifications from your own scripts, servers, automations, and monitoring tools.
Install the app, copy your private sending key, and send a notification with a simple HTTP GET or POST request. It's designed for developers, makers, system administrators, and anyone looking for a lightweight way to send alerts to their phone.
Use CrumbTrack™ Notify for:
Cron job alerts
Backup results
Deployment notifications
Server monitoring
Automation workflows
Custom scripts
IoT alerts or custom tools
Supported message fields:
title
message
link
image
occurred_at (date/time of occurrence)
is_critical
Example:
Bash
curl -X POST https://crumbtrack.com/api/send
-H "Authorization: Bearer ct_YOUR_PASSWORD"
-d "title=Backup Completed"
-d "message=Server backup completed successfully"
CrumbTrack™ Notify is free during its initial release and is Designed for personal, technical, and experimental use.
Does not include advertising SDKs, tracking SDKs, or social media login.
Send push notifications to your mobile phone with simple HTTP requests.