Versions Compared

Key

  • This line was added.
  • This line was removed.
  • Formatting was changed.

...

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!:
Your Request URL might receive many events and requests. Consider decoupling your ingestion of events from the processing and reaction to them.

Connecting

  1. Connect to the /rtm path on the API URL.

  2. Invoke the hub method “SubscribeTenant” method with tenant id and event subscription id

  3. Listen for events on the “OnEvent” hub method

  4. When disconnecting, invoke the hub method “LeaveTenant”

Events

Almost everything that happens in Noah will result in an event being sent to all clients.

...