Install the beta
TestFlight build 1.0.0 (12) is complete and attached to the internal group Page Me Internal.
Open the TestFlight invitation for srivastsh@gmail.com, install Page Me, and allow notifications.
Create a channel in the iOS app, copy the webhook URL, and send a small request from any tool that can speak HTTP.
TestFlight build 1.0.0 (12) is complete and attached to the internal group Page Me Internal.
Open the TestFlight invitation for srivastsh@gmail.com, install Page Me, and allow notifications.
curl -X POST "$PAGE_ME_WEBHOOK" \
-d "Codex finished your build" curl -X POST "$PAGE_ME_WEBHOOK" \
-H "content-type: application/json" \
-d '{
"title": "Codex",
"message": "Needs review",
"source": "codex",
"priority": "time-sensitive"
}' curl -X POST "https://page-me-api.srivastsh.workers.dev/v1/send" \
-H "authorization: Bearer $PAGE_ME_WEBHOOK_SECRET" \
-H "content-type: application/json" \
-d '{"message":"Ready for review"}' Required text shown in the notification body.
titleOptional title. Defaults to the source or channel name.
prioritypassive, active, or time-sensitive.
Optional HTTP/HTTPS link opened from the notification.
sourcecodex, mcp, github, vercel, script, shortcut, cron, or custom.
Up to 10 tags for local history and future filtering.