Sign in with Apple
One Apple account links your private family of devices.
Secure, end-to-end encrypted notifications for Apple devices.
Choose your endpoint
Plush is built for cron jobs, deploy hooks, home automations, servers, shortcuts, and anything else that can send JSON.
One Apple account links your private family of devices.
Each device adds its push token and public encryption key.
Broadcast everywhere or target one device with an encrypted app payload.
API
Get the token from the app, list devices, target by name, and send APNs-visible copy plus encrypted app-only content.
curl -X POST https://api.easypush.app/v1/send \
-H "Authorization: Bearer $PLUSH_API_TOKEN" \
-d 'Deploy done'
Approve the production release
POST/v1/sendSend a visible APNs alert and an encrypted payload envelope.
curl -X POST /v1/send -d 'Deploy done'
GET/v1/devicesList every registered device before choosing where the next alert lands.
curl /v1/devices
POST/v1/devicesRegister a push token with its public encryption key so app-only content stays private.
{ "publicKey": "...", "pushToken": "..." }
$0.99/mo or $9.99/yr. 1 week free yearly.
Run your own Cloudflare Worker.