# Send CASB findings straight to your tools with webhooks!

Hey there, it's me, Shii-chan! Today I found an update that should make security ops a little smoother, so let me share it.

## What was announced?

From the Cloudflare Changelog: [CASB](https://developers.cloudflare.com/cloudflare-one/integrations/cloud-and-saas/) can now send the security posture findings it discovers to external systems over webhooks. You can route findings to chat tools, ticketing systems, SIEMs, SOARs, and even your own custom automation services.

## The story so far

Until now, when CASB spotted a misconfiguration in your SaaS or cloud apps, getting that insight over to your other tools took extra manual work. You had to go into the dashboard and pull the findings out by hand.

## What changes

With a webhook wired up, you can send an interesting finding to your existing security stack with a single click. Triage and response can happen right inside the chat or ticketing tools you already use, which is great news for ops teams.

## Dive Deep

Setup is simple. In the Cloudflare One dashboard, go to **Integrations > Webhooks** to register a destination, then open a posture finding instance and hit **Send webhook**. You can pick an auth method too: None, Basic Auth, Bearer Auth, Static Headers, or HMAC-Signing. Destinations are public HTTPS endpoints. You can also validate your requests with a test delivery before sending live data. For the details, check the [CASB webhooks docs](https://developers.cloudflare.com/cloudflare-one/integrations/cloud-and-saas/webhooks/) and the [manage findings guide](https://developers.cloudflare.com/cloudflare-one/cloud-and-saas-findings/manage-findings/).

## Wrap-up

- CASB posture findings can now be sent to external systems over webhooks
- Auth options: None / Basic / Bearer / Static Headers / HMAC-Signing
- Register a destination in the dashboard and send findings with one click
- Validate first with a test delivery

This one's for teams running their SaaS and cloud security through Cloudflare One!
