Example
import requests
requests.post(WEBHOOK, json={
"source": "script",
"message": "The job finished.",
"priority": "active"
}) Notify from scrapers, batch jobs, and local automations.
import requests
requests.post(WEBHOOK, json={
"source": "script",
"message": "The job finished.",
"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.