Python

Notify from scrapers, batch jobs, and local automations.

Example

import requests

requests.post(WEBHOOK, json={
    "source": "script",
    "message": "The job finished.",
    "priority": "active"
})

When to page

Use Page Me for finished work, failed builds, approval requests, or something ready for review. Keep routine progress logs out of your pager.