OBJECT

AriaNotificationTargetTestResult

AriaTestNotificationTarget holds details about the result of the performed test

link GraphQL Schema definition

  • type AriaNotificationTargetTestResult {
  • # A description of the result. In case of error from the 3rd party service the
  • # error message will be included here.
  • message: String
  • # Status of the test
  • status: NotificationTargetTestStatus!
  • }