Setting the file. One moment. Call Handling Patterns · Build Zoom Phone Integration · anthropics/knowledge-work-plugins · Skills Docs22
Validate Data
Tech Debt
62
Recruiting Pipeline
71
Vendor Check
125
Zoom Meeting SDK Web
88
Vendor Review
181
Create An Asset
Video Sdk/web
POST /phone/extension/{extensionId}/call_handling/settings/{settingType}
PATCH /phone/extension/{extensionId}/call_handling/settings/{settingType}
GET /phone/extension/{extensionId}/call_handling/settings
- Users
- Auto receptionists
- Call queues
custom_hours
holiday
call_handling
call_forwarding (user-focused)
- Read current settings snapshot with
GET.
- Build small, typed patch payloads by subsetting.
- Update business/closed/holiday hours independently.
- Validate E.164 formatting for external phone numbers.
- Store previous settings for rollback.
- Enum/action values may evolve.
- Routing field names differ between docs sections and old implementations.
- Keep a server-side validator to reject malformed call-handling payloads before API call.
references/call-handling-patterns.md