Complete Current Contact Without Call
POST/api/power-dialer/sessions/:session_id/complete-no-call
Disposition the current contact when there is no associated call.
Used when the user selects a disposition while the dialer is paused and the current contact has no live (or just-ended) call to attach the disposition to. The note is saved against the contact's lead, the call_disposition workflow trigger is fired, and the session index is advanced. No CallLog is created because no call took place.
Args: session_id: Session identifier request: Disposition + optional note / callback due date power_dialer_service: Injected power dialer service
Returns: Minimal session state (session_id, status, progress counters)
Raises: HTTPException 404: If session not found HTTPException 500: If operation fails
Request
Responses
- 200
- 404
- 422
Successful Response
Not found
Validation Error