OBJECT
CallConfiguration
Configuration for the call channel
link GraphQL Schema definition
- type CallConfiguration {
- # 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 :
- # If several agents are handling calls, direct new calls in priority to this agent
- Boolean :
- # The phone number used to call the operator or a voip identifier. If the user
- # responds from the Desk, this value will be replaced by 'client:
' - String :
- }