Create Paused Parallel Session
POST /dialer/parallel-calls/sessions
CONTACTS NOBODY. Creates a PAUSED parallel session.
The session exists and is configured, and not one telephone rings. This is
the safe half of the pair - POST /dialer/parallel-calls/sessions/start
is the half that dials.
Published as a POST to the collection precisely because that is what a customer will reach for first, and the harmless operation should be the one they land on by guessing.
Authorizations
Parameters
Header Parameters
Request Body required
Mirrors CreateSessionRequest minus org_id. Dials NOBODY.
object
Free-form session context. Open: voice grows this per release.
object
Responses
201
Successful Response
object
An open envelope for one dialer result.
Open because voice owns the shape of a session, a call stub and a queue stat, and it grows them without a contract bump here. A dropped field would otherwise turn an added upstream field into a removed public one.
object
422
Validation Error