# How to Send a Link Inside a Push Notification

> Attach a safe, contextual URL to a custom Ping so recipients can move from the alert to the source page in one step.

- Published: 2026-08-02
- Author: PingRoom
- Category: How To
- Topics: send link in push notification, push notification with URL, group notification link
- Canonical: https://pingroom.io/blog/send-link-in-push-notification
- Cover image: https://pingroom.io/blog/send-link-in-push-notification.webp
- Cover description: A glowing red link arc moving cleanly from a notification into a browser window.

Use a custom Ping when the group needs both an attention signal and a destination. Add a short title, explain why the link matters, and attach the HTTPS URL supported by the Ping workflow. The recipient can open the notification and continue to the linked page.

## Give the link context

**Schedule changed — view the new agenda** is safer and clearer than a bare URL. Name the organization or system the recipient expects to open. If the link expires, state that in the destination page rather than relying on an old notification.

Use a canonical page that remains the source of truth. For example, an event Ping can point to the live schedule, and a deployment Ping can point to the authorized CI run.

Test redirects, mobile rendering, authentication, and deep-link behavior on the devices your members use. Do not use a link shortener that hides an unexpected destination.

## A URL is not authorization

Never place webhook secrets, API keys, password-reset tokens, private object URLs, or access codes in a push payload. Lock-screen previews, device logs, and notification histories may expose the URL. The destination must enforce its own authorization even if someone receives the link.

PingRoom can deliver the entry point, but it cannot guarantee the target site is available or safe. Members should verify unexpected links, especially in rooms where several people or automated systems can send.

For machine-generated destinations, read [webhook to push notification](/blog/webhook-to-push-notification). Creator workflows can use the same pattern for a [going-live alert](/blog/notify-followers-going-live).
