Issue
I would like to modify the payload sent by an internal integration within the Sentry UI, how can I achieve this?
Applies To
- All customers
Resolution
At the moment, Sentry doesn’t support customizing the payload structure directly from the UI or the integration settings and there's no built-in way to tweak the webhook payload that’s sent to external systems.
The best approach here would be to set up a custom intermediary service that receives the webhook from Sentry, extracts and enriches the necessary data, and then forwards it to the service of your choice in the format it expects. This would give you full control over the structure and content of the request.