Console
AppHub Tether

Notify

Sends a notification that appears as a system tray notification and as an in-app toast inside AppHub Store — for alerting users to events while they are in-game.

POST http://127.0.0.1:7420/notify
Requires X-AppHub-Token header or Authorization: AppID:AppKey — see Authentication
This endpoint requires AppHub Store to be running on your machine. The live tester calls your local AppHub instance directly.

Request body

FieldTypeRequiredDescription
titlestringrequiredNotification title (max 100 chars)
bodystringoptionalNotification body text (max 300 chars)
appidstringoptionalYour app's packagename (for attribution)

Success response 200

{ "ok": true }

Notes

ScenarioDetail
Fullscreen gameAppHub shows a system tray notification (visible after Alt+Tab) and logs the notification internally. In-app toast appears when the launcher window is visible.
GET requestOnly POST is accepted. GET requests return 404.