Instant delivery
Apple Push Notification service delivers your alerts in milliseconds. No middlemen, no delays.
Point any webhook, script, or API at Alertly. Get a push notification on your iPhone the moment it matters. No polling. No email chains. Just the alert.
Deploy pipeline: succeeded in 43s
Server CPU > 85% for 3 min
Features
Apple Push Notification service delivers your alerts in milliseconds. No middlemen, no delays.
Create separate channels for CI/CD, server monitoring, home automation, or anything else. Organized, distinct, clear.
One HTTPS endpoint. Send from curl, Python, GitHub Actions, n8n, Zapier — if it can make an HTTP request, it works.
Designed for iOS from the ground up. Fast, focused, and exactly where your notifications already live.
Your alerts go to your phone. No tracking, no analytics resale, no third-party ad networks touching your data.
Higher rate limits, more applications, and priority delivery. Unlock it all with a simple subscription.
How it works
Download Alertly from the App Store and create an account in seconds. Grant notification permissions and you're set.
Name your alert source — "CI/CD", "Home Server", "Uptime Monitor". Each application gets its own API key and endpoint.
POST to your endpoint with a title and body. The alert lands on your phone before you've switched tabs.
API
Point any tool that speaks HTTPS at your Alertly endpoint.
curl -X POST https://api.alertly.app/v1/alerts \
-H "Authorization: Bearer YOUR_API_KEY" \
-H "Content-Type: application/json" \
-d '{
"app_id": "app_01JXXXXXXXXXXXXXXXXXX",
"title": "Deploy succeeded",
"body": "Production deploy finished in 43s",
"url": "https://your-app.example.com/deploys/latest"
}'
# 200 OK
{ "id": "alert_01JXXXXXXXXXXXXXXXXXX", "status": "queued" }
Works with GitHub Actions, Python, n8n, Zapier, Shortcuts — anything with HTTP.
Pricing
Free
$0
Forever. No credit card.
Pro
$2.99/mo
Billed monthly via App Store.
FAQ