INPUT_OBJECT

CallConfigurationInput

Configuration for the call channel

link GraphQL Schema definition

  • input CallConfigurationInput {
  • # Whether the channel is enabled or not
  • isEnabled: Boolean!
  • # Answer the phone either from the conversation panel or from a direct line number
  • respondFrom: RespondFrom!
  • # Ask for the number every time the agent signs in
  • isAlwaysAskForNumber: Boolean!
  • # Give priority to calls
  • hasPriorityOnCall: Boolean!
  • # The phone number used to call the operator or a voip identifier
  • clickToCallPhoneNumber: String
  • }