Skip to main content

Add Leads To Session

POST 

/api/power-dialer/sessions/:session_id/add-leads

Add more leads to an existing power dialer session queue.

This endpoint allows users to add additional contacts to an active or paused power dialer session without stopping the current flow.

Args: session_id: Session identifier request: Request with lead IDs to add power_dialer_service: Injected power dialer service

Returns: Updated session info with new total count

Raises: HTTPException 404: If session not found HTTPException 400: If session is completed or invalid HTTPException 500: If operation fails

Request

Responses

Successful Response