Add an alert setting
POST {{baseUrl}}/phone/alert_settings
Prerequisites:
- Pro or a higher account with Zoom Phone license
- Account owner or admin permissions
Scopes: phone:write:admin
Granular Scopes: phone:write:alert_setting:admin
Rate Limit Label: LIGHT
Request Body
{"alert_setting_name"=>"<string>", "module"=>"<integer>", "rule"=>"<integer>", "rule_conditions"=>[{"rule_condition_type"=>4, "rule_condition_value"=>"<string>"}, {"rule_condition_type"=>1, "rule_condition_value"=>"<string>"}], "target_type"=>5, "time_frame_from"=>"<string>", "time_frame_to"=>"<string>", "time_frame_type"=>"specific_time", "target_ids"=>["<string>", "<string>"], "frequency"=>5, "email_recipients"=>["<string>", "<string>"], "chat_channels"=>[{"chat_channel_name"=>"<string>", "token"=>"<string>", "end_point"=>"<string>"}, {"chat_channel_name"=>"<string>", "token"=>"<string>", "end_point"=>"<string>"}], "status"=>0}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |
RESPONSES
status: Created
{"alert_setting_id":"\u003cstring\u003e","alert_setting_name":"\u003cstring\u003e"}