OBJECT

ThirdPartyConfiguration

Configuration for the third-party channel

link GraphQL Schema definition

  • type ThirdPartyConfiguration {
  • # Whether the channel is enabled or not
  • isEnabled: Boolean
  • # Number of simultaneous contacts
  • numberOfSlots: Int
  • }