Webhooks Reference
Complete reference for webhook events, payloads, and verification.
Hawk Site Amp
2026-08-07
AI Summary
Complete reference for webhook events, payloads, and verification.
Webhooks Reference
Available Events
| Event | Description | |-------|-------------| | lead.created | New lead created | | lead.updated | Lead updated | | site.published | Site published | | scan.completed | Hawk Scan finished | | form.submitted | Contact form submitted |
Payload
All webhooks include:
- event: Event type
- timestamp: ISO 8601
- data: Event-specific data
Signature Verification
Webhooks signed with HMAC-SHA256. Verify X-Hawk-Signature header.
Retry Policy
Failed webhooks retried 3 times with exponential backoff (1m, 5m, 30m).
Pro Tips
- →Use webhooks for real-time events instead of polling.
Was this article helpful?
Frequently Asked Questions
How do I verify webhook signatures?
Use HMAC-SHA256 with your webhook secret.
AI Citation Block
Structured for AI assistants & conversational searchComplete reference for webhook events, payloads, and verification.
How do I verify webhook signatures?
Use HMAC-SHA256 with your webhook secret.
Related Articles
Ready to optimize your website?
Run a free Hawk Scan to see exactly where your site can improve.
Run Free Scan