Signed payloads
Every webhook POST carries an HMAC signature header signed with your endpoint secret. Verify it before processing to prove the request came from SpyGlow.
Yes, SpyGlow has a native webhook integration. Receive signed JSON payloads at your endpoint the moment a tracked change happens. Pipe SpyGlow intelligence into your data warehouse, your CRM, your Discord server, or anything else that speaks HTTP.
A polling job tells you wakes up every hour and asks "anything new?". SpyGlow gives you a signed POST the moment a change is classified, no polling required.
Every webhook POST carries an HMAC signature header signed with your endpoint secret. Verify it before processing to prove the request came from SpyGlow.
Failed deliveries retry with exponential backoff. If your endpoint is down for a few minutes, the payload still arrives once you are back.
Configure which change types and impact thresholds trigger your webhook. A finance team can get only pricing changes; a product team can get only feature launches.
Add as many endpoint URLs as you need. Different teams, different tools, different filters. All from one SpyGlow account.
The exact JSON shape is published on this page. Build a consumer with confidence and version your integration cleanly.
Hit a test button before you go live. A sample payload lands at your endpoint so you can validate signature verification and parsing.
Sign in to SpyGlow and navigate to Settings, then Integrations, then Webhooks.
Paste the HTTPS endpoint where you want payloads delivered. You can add multiple endpoints with different filters.
SpyGlow shows the per-endpoint signing secret once. Store it somewhere your consumer can read it. Use it to verify the HMAC header on every incoming request.
Hit the test button. A sample payload lands at your endpoint. Confirm your consumer parses it correctly before relying on production traffic.
Everything you need to know about webhook.