Webhooks
In flightRaw HMAC-signed JSON to your own endpoint. Build anything.
Lands: Sprint 9
How it works
Register a webhook URL at /dashboard/integrations. GetIndexed POSTs JSON for every event, signed with HMAC-SHA256 in the X-Signature header. Verify the signature, branch on event type, do whatever you want.
Use cases
Custom in-house SEO dashboard ingesting events in real time.
Trigger an internal Lambda to pull the deindexed URL through Google's URL Inspection API immediately.
Bridge GetIndexed events into Datadog / Sentry / your-own-observability without a paid Zapier seat.
When can I use this?
Ships in Sprint 9. The architecture is wired; final UX + auth flows land in that sprint.roadmap
Get notified when Webhooks shipsFrequently asked questions
- Is the Webhooks integration available?
- The Webhooks integration is in-flight (planned for Sprint 9). You can sign up to be notified when it ships.
- How does the Webhooks integration work?
- Register a webhook URL at /dashboard/integrations. GetIndexed POSTs JSON for every event, signed with HMAC-SHA256 in the X-Signature header. Verify the signature, branch on event type, do whatever you want.
- What can I use the Webhooks integration for?
- Custom in-house SEO dashboard ingesting events in real time. Trigger an internal Lambda to pull the deindexed URL through Google's URL Inspection API immediately. Bridge GetIndexed events into Datadog / Sentry / your-own-observability without a paid Zapier seat.
Related
Last updated