...
As a developer, you can also build your own logic around notifications from Digizuite. You can listen for the event by subscribing to the event, just like we do above.
1. Setup the endpoint
In your startup class where you have added the DAMIntegrationConfiguration
we add a new property DigizuiteWebhookElement
. Here you see an example:
...
Code Block |
---|
info: Digizuite.Optimizely.DigizuiteClient[0] Digizuite Webhooks Initialized |
2. Verify the connection
Once you have access to the Digizuite server. Open a browser from that server and access your Optimizely site. If you cannot access the site, Digizuite won't be able to send notifications to it.
...