Studio API Events
The configuration panel is a Pimcore Studio plugin. Before one of its endpoints returns, the bundle dispatches a pre-response event carrying the response schema. Listen for it to add your own data to the response.
| Event | Description |
|---|---|
pre_response.data_hub_webhooks.configuration_detail | A single webhook configuration. |
See the Studio Backend Additional and Custom Attributes documentation for the listener pattern.
warning
The endpoints themselves are not a supported public API. Controllers are marked @internal and may change in any
release without a deprecation path. Do not build integrations against them.
Driving Webhooks from Outside Pimcore
Webhooks are outbound by design: Pimcore calls your endpoint, not the other way round. There is no supported API for triggering or managing webhook configurations externally. To change what a webhook sends, use a custom processor.