Closed oyemini-fortifieddata closed 2 years ago
Hi @oyemini-fortifieddata, please take a look at the Event Hooks Management API documentation.
From the doc:
Config.Uri => External service endpoint to call to execute the event hook handler Config.Headers => Optional list of key/value pairs for headers that should be sent with the request to the external service AuthScheme => The authentication scheme to use for this request (optional) AuthScheme.Value => The header value. This secret value is passed to your external service endpoint. Your external service can check for it as a security measure.
Hope this helps.
Hello, I tried to find some info on registering Event Hooks through the .Net SDK, I've only found this code example on the integration tests:
Can u please explain and verify some of my question?