⌘K
Back to all articles
Settings

Webhooks

Send workspace events to your endpoints with signed payloads.

Updated May 27, 2026

Webhooks push workspace events to your own endpoints in real time, so you can trigger automations when something happens in Queringo.

Webhooks are available on the Scale plan and above.

Webhooks settings

What you can do

  1. Create a subscription

    Enter a destination URL and choose which event families to receive (such as query completed, alert fired or resolved, insight surfaced, and share created).

  2. Secure it

    Each subscription has an HMAC-SHA256 signing secret, shown once. Verify the signature on your end to confirm authenticity.

  3. Test and monitor

    Test-fire a subscription, then watch delivery history with status codes and timestamps.

  4. Enable, disable, or revoke

    Pause a subscription or revoke it. Pending deliveries are dropped on revoke.

For the full event list and payload details, see Webhooks (developers).

What's next

Explore the API in REST API v1.