changelog
2026-05-23New: Webhook Notifications for Screenshot Completion
We've added webhook support! Now you can get HTTP notifications when your screenshots are captured.
## How It Works
- Go to your Dashboard → Settings tab
- Enter your webhook URL
- Every completed screenshot triggers a POST to your URL
## Webhook Payload
`json
{
"event": "screenshot.completed",
"url": "https://lh5.googleusercontent.com/jn9m9F0gJ-q31OXhWK1fFNT2KteqV6cvkaT3_zJbTLlp8MxaT60Z-Hz7GHf1AAIsee_iKxshHiTC40kFEIYQyuPCiltm__HsiX_fUCd_DibOXaA35Ke3gMNgkJfNZSYdx16COSNm "format": "png",
"responseTimeMs": 1423,
"timestamp": "2026-05-23T10:00:00Z"
}
`
## Use Cases
- Batch processing: Queue hundreds of URLs and process results asynchronously
- Monitoring: Get alerts when competitor sites change
- Pipelines: Trigger downstream processing when screenshots are ready
Configure your webhook in the dashboard today.