Originate a preview-mode dial for a claimed contact
Launches the outbound call for a contact the agent already claimed via GET /api/v1/dialer/next-call. Call this when the agent clicks “Call” after reviewing the preview card: the contact must still be in the dialing (claimed) state or the request is rejected with 409 CLAIM_NOT_HELD. Valid only for active preview-mode campaigns — progressive / predictive / agentless campaigns dial through the pacing scheduler instead. The requesting operator is recorded as the call’s agent for the TCPA audit trail. Requires the dialer:write scope.
Authorizations
Dashboard JWT token from Clerk
Body
Response
The dial was accepted and originated via the softswitch; await the call-status / disposition webhook for the connection outcome.