Latest Legacy

Add user to a multiparty call

Dials a phone number or a SIP endpoint and adds the user to the multiparty call.

API Endpoint

POST https://phlorunner.plivo.com/v1/phlo/{phlo_id}/multi_party_call/{node_id}

Arguments

URL Params

Param Description/Allowed Values
phlo_idRequiredstring

Unique identifier for the PHLO. PHLO IDs are listed on the PHLO page of the console.

node_idRequiredstring

Unique identifier for the multiparty call. The ID is available in the configuration section of the corresponding multiparty call node in the PHLO.

Payload

Param Description/Allowed Values
actionRequired

Value is always call.

toRequired

Phone number or SIP endpoint address of the user to add to the multiparty call.

roleRequired

Role of the user added to the multiparty call.

Allowed values: customer, agent
Defaults to agent.

trigger_sourceRequired

Phone number or SIP endpoint address of the user (agent) initiating the trigger.

Returns

Returns a MultiPartyCall object.

Response

HTTP Status Code: 201

{
    "api_id": "073e36d4-fd1e-4be3-b00b-ab33105011a7",
    "error": ""
}