Logo
Zoom Public API Documentation

Add an auto receptionist

POST {{baseUrl}}/phone/auto_receptionists

Auto receptionists answer calls with a personalized recording and routes calls to a phone user, call queue, common area phone, voicemail or an IVR system. Use this API to add an auto receptionist to a Zoom Phone

Prerequisites:
* Pro or higher account with Zoom Phone license. * Account owner or admin privileges

Scopes: phone:write:admin

Rate Limit Label: Light

 

Body PARAM

Key Datatype Required Description 



HEADERS

Key Datatype Required Description 
Content-Type
string
Accept
string




RESPONSES

status Created

{ "extension_number": 555550000000001, "id": "nqerMCD0Tu6RPGoCpVbPtA", "name": "JamieAuto" }



Curl
curl -X POST 'https://api.zoom.us/v2/phone/auto_receptionists' -H 'Content-Type: application/json' -H 'Accept: application/json' -d '{"name":"JamieAuto","site_id":"O4rBC_zEQnCVoiHfXKGKNA"}'

ENDPOINTS