INPUT_OBJECT
CallConfigurationInput
Configuration for the call channel
link GraphQL Schema definition
- input CallConfigurationInput {
- # Whether the channel is enabled or not
- Boolean! :
- # Answer the phone either from the conversation panel or from a direct line number
- RespondFrom! :
- # Ask for the number every time the agent signs in
- Boolean! :
- # Give priority to calls
- Boolean! :
- # The phone number used to call the operator or a voip identifier
- String :
- }