Contact-form alerts, without inbox anxiety

Your next lead should not sit in a spam folder.

PushALink turns website enquiries into push notifications on your registered devices—and keeps every message organised in one dashboard.

  • 30 messages per month free
  • No credit card required
  • Built for server-side forms
Just now
PushALinkMarketing website
now

New project enquiry

“Hi, I would like to discuss a new website for our growing team…”

New leadWebsite
Message stored and delivered
Made for people who depend on enquiries Developers Freelancers Agencies Growing businesses
From submit to notification

A simple path from your website to your pocket

Keep your existing form. Send its data to one authenticated endpoint and let PushALink handle storage and device alerts.

01

Create your account

Start on the Hobby plan, then create a named API key for your first website or project.

Create your account
02

Register a device

Sign into the PushALink app on Android, iOS, or macOS so that device can receive push alerts.

The web dashboard works without this step
03

Connect your form

Forward the visitor’s name, email, subject, and message from your protected server-side form handler.

Read the API docs
04

Receive and follow up

Get the alert on registered devices, then open the full message from your app or web dashboard.

Explore the tools
Developer-friendly setup

One endpoint. A predictable payload.

PushALink 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.

  • REST-style JSON request
  • Separate keys for separate projects
  • Full message retained for dashboard review
server/contact-handler.js
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.

Everything in one place

Less inbox checking. More useful follow-up.

The essentials for routing, reviewing, and understanding website enquiries without building a notification system yourself.

Push notifications

Alert Android, iOS, and macOS devices registered to your PushALink account through the app.

Project API keys

Keep messages organised by website, project, client, or environment with individually managed keys.

Shared message history

Review sender details, subjects, message content, and received times from web or app.

Usage visibility

See daily message activity for each API key and understand how much of your plan you have used.

Registered devices

See which supported phones and computers are connected to your account for delivery.

Plan controls

Start with a useful free allowance and move to higher message, key, and device limits as you grow.

Built for attention

Email can remain the archive—not the alarm.

PushALink gives contact-form enquiries their own route and destination, so they do not compete with newsletters, receipts, and everyday inbox traffic.

Experience
Email-only form
With PushALink
New-message alert
Mixed into your inbox
Dedicated push alert
Project separation
Rules and folders
Named API keys
Message history
Mail client dependent
Web and app views
Usage visibility
Manual counting
Per-key activity
Straightforward local pricing

Start free. Add capacity when it earns its keep.

Every plan includes message storage, dashboard access, API-key authentication, and supported-device registration.

Hobby

Perfect for personal projects and testing

Free
  • 30 messages / month
  • 1 API key
  • 1 device
Start free
Starter

For freelancers and small businesses

$25.00 / month
  • 500 messages / month
  • 3 API keys
  • 3 devices
Start free
Business

For established businesses and large agencies

$100.00 / month
  • 5,000 messages / month
  • 10 API keys
  • 10 devices
Start free
Enterprise

Custom solutions for large organizations

Custom
  • Unlimited messages
  • Unlimited API keys
  • Unlimited devices
Talk to us

Need a closer comparison? See all plan details.

Questions, answered

Know what you are signing up for

No. Keep your existing design and validation. Your protected form handler simply forwards a structured copy of the submission to PushALink.

Messages are stored in PushALink and can be reviewed in the web dashboard or Flutter app. Supported registered devices can also receive push alerts.

Yes. Paid plans provide multiple API keys so each website or project can keep its message activity separate.

The message API returns a quota error until the subscription period resets or the account moves to a higher plan.

Give every website enquiry a route to the right device.

Start with 30 messages, one API key, and one registered device.