Other Services

SessionStack can be integrated with nearly every service out there.

For any services, you can check their documentation on how to add custom metadata.
Just use getSessionId to link to add a SessionStack recording:

SessionStack.getSessionId(function(sessionId) {
  if (sessionId) {
      var sessionURL = sessionURL = 'https://app.sessionstack.com/player/#/sessions/' + sessionId;
      // Use the sessionURL with the provided APIs by the tool you'll make the integration with.
  }
});