v1.0.0
posthook-python v1.0.0
The official Python SDK for Posthook — schedule webhooks and deliver them reliably.
Features
- Sync and async clients (
PosthookandAsyncPosthook) - Schedule hooks with relative delay, absolute UTC time, or local time with timezone
- Manage hooks: get, list, delete with auto-paginating
list_alliterator - Bulk operations: retry, replay, cancel (by IDs or by filter)
- Webhook signature verification for Flask, Django, and FastAPI
- Typed errors with
PosthookErrorhierarchy - Quota tracking on schedule responses
- Only dependency: httpx
Install
pip install posthook-pythonRequires Python 3.9+. See the README for full documentation.