ListCompanyAnsweringRuleInfo
Properties
Name | Type | Required | Description |
---|---|---|---|
id_ | str | ❌ | Internal identifier of an answering rule |
uri | str | ❌ | Canonical URI of an answering rule |
enabled | bool | ❌ | Specifies if the rule is active or inactive. The default value is true |
type_ | ListCompanyAnsweringRuleInfoType | ❌ | Type of an answering rule, the default value is 'Custom' = ['BusinessHours', 'AfterHours', 'Custom'] |
name | str | ❌ | 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 |
called_numbers | List[CalledNumberInfo] | ❌ | Answering rules are applied when calling to selected number(s) |
extension | CompanyAnsweringRuleExtensionInfo | ❌ |
ListCompanyAnsweringRuleInfoType
Type of an answering rule, the default value is 'Custom' = ['BusinessHours', 'AfterHours', 'Custom']
Properties
Name | Type | Required | Description |
---|---|---|---|
BUSINESSHOURS | str | ✅ | "BusinessHours" |
AFTERHOURS | str | ✅ | "AfterHours" |
CUSTOM | str | ✅ | "Custom" |
Build Your Own SDKs with liblab
Build developer friendly SDKs in minutes from your APIs