Skip to content

Latest commit

 

History

History
20 lines (16 loc) · 2.13 KB

CompanyAnsweringRuleInfo.md

File metadata and controls

20 lines (16 loc) · 2.13 KB

CompanyAnsweringRuleInfo

Properties

Name Type Description Notes
Id string Internal identifier of an answering rule [optional]
Uri string Canonical URI of an answering rule [optional]
Enabled bool Specifies if the rule is active or inactive. The default value is 'True' [optional] [default to true]
Type string Type of an answering rule, the default value is 'Custom' = ['BusinessHours', 'AfterHours', 'Custom'] [optional]
Name string Name of an answering rule specified by user. Max number of symbols is 30. The default value is 'My Rule N' where 'N' is the first free number [optional]
Callers []CompanyAnsweringRuleCallersInfoRequest Answering rule will be applied when calls are received from the specified caller(s) [optional]
CalledNumbers []CompanyAnsweringRuleCalledNumberInfoRequest Answering rule will be applied when calling the specified number(s) [optional]
Schedule CompanyAnsweringRuleScheduleInfo [optional]
CallHandlingAction string Specifies how incoming calls are forwarded. The default value is 'Operator' 'Operator' - play company greeting and forward to operator extension 'Disconnect' - play company greeting and disconnect 'Bypass' - bypass greeting to go to selected extension = ['Operator', 'Disconnect', 'Bypass'] [optional]
Extension CompanyAnsweringRuleCallersInfoRequest [optional]
Greetings []GreetingInfo Greetings applied for an answering rule; only predefined greetings can be applied, see Dictionary Greeting List [optional]

[Back to Model list] [Back to API list] [Back to README]