Manage Status Page from Sentry Issues

Hi,

I would like to add a webhook in my Sentry project in order to be informed about changes on issues (ex: new issue, resolved issue).

This webhook would target my own server (ex: https://my-site.com/webhook).

Basically, when a new bug is sent to Sentry from the SDK, Sentry would open a new issue, and the alert would send to the webhook the params of the issue (with a POST or a GET request to https://my-site.com/webhook).

This way, I would be able to manage my own status page.

Can you tell me if this would be possible to achieve?

Thanks a lot for your help!!

Cyril