Versions Compared

Key

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

See main page about choosing event integration and to learn about general concepts: Event Integrations

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”

...