Events handling
.NET Events and Webhooks.
The event model used in the API is of the type pub/sub and events are only fired in the same application that raised the event.
The event model used in the .NET API is of the type pub/sub and events are only fired in the same application that raised the event.
Events in Litium are exposed to web api:s through Webhooks.