INPUT_OBJECT

ThirdPartyConfigurationInput

Configuration for the third-party channel

link GraphQL Schema definition

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