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://example.com",
"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.