What problem does it solve? Real-time call control and telephony event monitoring in Webex Calling require navigating token-type restrictions, scope requirements, and API distinctions that commonly cause 400 authorization errors and misconfigured webhooks. This Skill encodes the correct procedures so calls, webhooks, and conferences are set up without hitting those landmines. ## Core Features & Use Cases - Call Control Operations: Dial, answer, hold, transfer, park, record, mute, divert, and hang up calls through the Call Control API, including Service App Members API variants for admin-side control. - Telephony Webhooks: Create, filter, verify, and manage webhook subscriptions for call events, with HMAC signature verification and interest registrations for gated telephony resources. - Conference Controls: Start conferences, add participants, mute/deafen participants, and merge two active calls into a three-way conference. - Use Case: A developer building a click-to-dial integration uses this Skill to verify their user-level OAuth token has spark:calls_write scope, initiate a call with wxcli call-controls create, and monitor call state transitions through a telephony_calls webhook. ## Quick Start Ask the agent to set up a webhook that notifies your HTTPS endpoint whenever a Webex call starts or ends, verifying your token scopes first.