...
Info |
---|
If your integration requires your app to receive all events - even those generated while your app is not running - you should use the Events API to be able to catch up. This feature have has not been implemented yet |
Subscribing to event types
...
Note |
---|
Important!: |
Connecting
Connect to the /rtm path on the API URL.
Invoke the hub method “SubscribeTenant” method with tenant id and event subscription id
Listen for events on the “OnEvent” hub method
When disconnecting, invoke the hub method “LeaveTenant”
Events
Almost everything that happens in Noah will result in an event being sent to all clients.
...