...
In Optimizely we have created a new ApiController, which is located at the following route [siteUrl]/episerver/digizuite/DigizuiteWebhook/integrationUpdate. This is the endpoint that receives notifications from Digizuite. An important thing to note here is, that the endpoint should be reachable by the Digizuite server. Otherwise, the notifications won't be able to sent. This is usually the case for developers on local environments.
...