Skip to main content
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

ParamTypeDescription/Allowed Values
phlo_id (Required)stringUnique identifier for the PHLO. PHLO IDs are listed on the PHLO page of the console.
node_id (Required)stringUnique identifier for the multiparty call. The ID is available in the configuration section of the corresponding multiparty call node in the PHLO.

Payload

ParamTypeDescription/Allowed Values
action (Required)stringValue is always call.
to (Required)stringPhone number or SIP endpoint address of the user to add to the multiparty call.
role (Required)stringRole of the user added to the multiparty call.
Allowed values: customer, agent
Defaults to agent.
trigger_source (Required)stringPhone 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": ""
}