Add an alert setting

POST {{baseUrl}}/phone/alert_settings

Adds 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: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

KeyDatatypeRequiredDescription
Content-Typestring
Acceptstring

RESPONSES

status: Created

{&quot;alert_setting_id&quot;:&quot;\u003cstring\u003e&quot;,&quot;alert_setting_name&quot;:&quot;\u003cstring\u003e&quot;}