Logo
Zoom Public API Documentation

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

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

{ "alert_setting_id": "<string>", "alert_setting_name": "<string>" }



Curl
curl -X POST 'https://api.zoom.us/v2/phone/alert_settings' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"alert_setting_name":"\u003cstring\u003e","module":"\u003cinteger\u003e","rule":"\u003cinteger\u003e","rule_conditions":[{"rule_condition_type":4,"rule_condition_value":"\u003cstring\u003e"},{"rule_condition_type":1,"rule_condition_value":"\u003cstring\u003e"}],"target_type":5,"time_frame_from":"\u003cstring\u003e","time_frame_to":"\u003cstring\u003e","time_frame_type":"specific_time","target_ids":["\u003cstring\u003e","\u003cstring\u003e"],"frequency":5,"email_recipients":["\u003cstring\u003e","\u003cstring\u003e"],"chat_channels":[{"chat_channel_name":"\u003cstring\u003e","token":"\u003cstring\u003e","end_point":"\u003cstring\u003e"},{"chat_channel_name":"\u003cstring\u003e","token":"\u003cstring\u003e","end_point":"\u003cstring\u003e"}],"status":0}'

ENDPOINTS