Example
curl -X POST "$PAGE_ME_WEBHOOK" \
-H "content-type: application/json" \
-d '{"source":"github","message":"Build completed","priority":"active"}' Store the webhook as a repository secret and notify on workflow completion.
curl -X POST "$PAGE_ME_WEBHOOK" \
-H "content-type: application/json" \
-d '{"source":"github","message":"Build completed","priority":"active"}' Use Page Me for finished work, failed builds, approval requests, or something ready for review. Keep routine progress logs out of your pager.