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.
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 and distinct.
One HTTPS endpoint. Send from curl, Python, GitHub Actions, n8n, Zapier — anything with HTTP.
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.
Unlimited applications, unlimited messages. One subscription, no surprises.
How it works
Download Alertly from the App Store, sign in with Apple — no email, no password — and grant notification permissions.
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://alertly.events/messages \
-H "Authorization: Bearer YOUR_APP_TOKEN" \
-H "Content-Type: application/json" \
-d '{
"title": "Deploy succeeded",
"message": "Production deploy finished in 43s",
"status": "success",
"url": "https://your-app.example.com/deploys/latest",
"url_title": "View deploy"
}'
# 200 OK
{ "status": 1, "request": "f3a9e1d2-6c1b-4d2a-9f1e-2c8a4d3b7e5f" }
Works with GitHub Actions, Python, n8n, Zapier, Shortcuts — anything with HTTP.
| Field | Type | Required | Description |
|---|---|---|---|
| message | string | yes | Body of the notification. |
| title | string | no | Bold heading shown above the message. |
| status | string | no | One of info, success, warning, error. Drives the badge colour. |
| url | string | no | Optional URL opened when the message is tapped. |
| url_title | string | no | Label for the link button. Ignored if url is omitted. |
| timestamp | integer | no | Unix epoch seconds. Defaults to the time the request is received. |
Authorization: Bearer YOUR_APP_TOKEN — one token per application.
Pricing
Free
£0
Forever. No credit card.
Pro
£9.99/mo
Billed monthly via App Store.
FAQ