Siri và Phím tắt
PushWard đi kèm App Intents, nên bạn có thể điều khiển nó từ Siri, ứng dụng Phím tắt và các tự động hóa cá nhân ngay trên thiết bị — không cần khóa tích hợp hay lệnh gọi API.
Phần này mô tả một tính năng trong bản cập nhật ứng dụng đang chờ App Store xét duyệt. Tính năng sẽ tự động mở khóa tại đây ngay khi bản cập nhật được phát hành.
Both actions run as the signed-in user on that device, so anything they do stays on your own account. They require iOS 26 or later with PushWard installed and signed in.
Send a notification with PushWard
Sends a push notification to yourself -- it lands on every device signed in to your PushWard account, exactly like a notification from the API. It takes two fields, a Title and a Message, so in the Shortcuts editor the action reads "Send [Title] with [Message]."
- From Siri -- say "Send a notification with PushWard" and give it a Title and a Message when prompted.
- In a Shortcut -- add the action, then wire its Message (and Title) to an earlier step (a calculation, a web request, the current weather) so the notification carries a real result.
- From an automation -- trigger it on arriving home, a time of day, or an NFC tag so you get a nudge without lifting a finger.
Because the action runs as you, it needs no hlk_ key and counts against nothing --
it is the on-device equivalent of a notification you would otherwise send yourself over the
API.
Show my unread PushWard notifications
Opens PushWard straight to your inbox, filtered to unread notifications. Handy as a one-tap way to catch up on everything that arrived while you were away.
- From Siri -- say "Show my unread PushWard notifications."
- As a shortcut -- add it to your Home Screen, the Action button, or Back Tap for instant access to the inbox.
Building automations
Both actions appear under PushWard when you add a step in the Shortcuts app, and inside Automation when you build a personal automation.
For notifications driven by an external service or a server rather than your own device, use the notifications API or one of the integrations instead.