Create your account
Start on the Hobby plan, then create a named API key for your first website or project.
Create your accountPushALink turns website enquiries into push notifications on your registered devices—and keeps every message organised in one dashboard.
“Hi, I would like to discuss a new website for our growing team…”
Keep your existing form. Send its data to one authenticated endpoint and let PushALink handle storage and device alerts.
Start on the Hobby plan, then create a named API key for your first website or project.
Create your accountSign into the PushALink app on Android, iOS, or macOS so that device can receive push alerts.
The web dashboard works without this stepForward the visitor’s name, email, subject, and message from your protected server-side form handler.
Read the API docsGet the alert on registered devices, then open the full message from your app or web dashboard.
Explore the toolsPushALink is designed to fit behind the form you already have. The API key identifies the project, while a structured message keeps every enquiry easy to review.
await fetch("https://pushalink.com/api/messages/", {
method: "POST",
headers: {
"Authorization": `Bearer ${PUSHALINK_API_KEY}`,
"Content-Type": "application/json"
},
body: JSON.stringify({ name, sender, subject, content })
});
Keep the key private. Call PushALink from a server or protected form handler—not from public browser code.
The essentials for routing, reviewing, and understanding website enquiries without building a notification system yourself.
Alert Android, iOS, and macOS devices registered to your PushALink account through the app.
Keep messages organised by website, project, client, or environment with individually managed keys.
Review sender details, subjects, message content, and received times from web or app.
See daily message activity for each API key and understand how much of your plan you have used.
See which supported phones and computers are connected to your account for delivery.
Start with a useful free allowance and move to higher message, key, and device limits as you grow.
PushALink gives contact-form enquiries their own route and destination, so they do not compete with newsletters, receipts, and everyday inbox traffic.
Every plan includes message storage, dashboard access, API-key authentication, and supported-device registration.
Perfect for personal projects and testing
For freelancers and small businesses
For growing businesses and agencies
For established businesses and large agencies
Custom solutions for large organizations
Need a closer comparison? See all plan details.
Start with 30 messages, one API key, and one registered device.