Update an alert setting

PATCH {{baseUrl}}/phone/alert_settings/:alertSettingId

Updates information of an Alert setting .

Prerequisites:

  • Pro or a higher account with Zoom Phone license
  • Account owner or admin permissions

Scopes: phone:write:admin

Granular Scopes: phone:patch:alert_setting:admin

Rate Limit Label : LIGHT

Request Body

{"alert_setting_name"=>"<string>", "rule_conditions"=>[{"rule_condition_type"=>3, "rule_condition_value"=>"<string>"}, {"rule_condition_type"=>3, "rule_condition_value"=>"<string>"}], "target_ids"=>["<string>", "<string>"], "time_frame_type"=>"specific_time", "time_frame_from"=>"<string>", "time_frame_to"=>"<string>", "frequency"=>15, "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 | | |

RESPONSES

status: ``