Update an auto receptionist policy
PATCH {{baseUrl}}/phone/auto_receptionists/:autoReceptionistId/policies
Use this API to update the policy setting of a specific auto receptionist.
Prerequisites: * Pro or higher account plan with Zoom Phone License * Account owner or admin permissions
Scopes: phone:write:admin
Rate Limit Label: Light
Request Body
{"voicemail_transcription"=>{"enable"=>true, "reset"=>true}, "voicemail_notification_by_email"=>{"include_voicemail_file"=>true, "include_voicemail_transcription"=>false, "forward_voicemail_to_email"=>true, "enable"=>true, "reset"=>true}, "sms"=>{"enable"=>true, "reset"=>true, "international_sms"=>true, "international_sms_countries"=>["US", "US"]}}
HEADERS
Key | Datatype | Required | Description |
---|---|---|---|
Content-Type | string | ||
Accept | string |