Skip to main content

API Endpoint

GET
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 node. Node ID is available in the configuration section of the corresponding multiparty call node in the PHLO. See screenshot.

Payload

ParamDescription/Allowed Values
action (Required)Value is always call.
to (Required)Phone number or SIP endpoint address of the user to add to the multiparty call.
role (Required)Role of the user added to the multiparty call. Allowed values: customer, agent. Defaults to agent.
trigger_source (Required)Phone number or SIP endpoint address of the user (agent) initiating the trigger.

Returns

Returns a MultiPartyCall object.

Response

HTTP Status Code: 200
{
    "api_id": "2163e3fb-d6d0-46fb-a4ce-2d24a6b0b89f",
    "node_id": "b4b48fc2-f47a-4a93-97c3-749ed9a40fa8",
    "phlo_id": "73d6ab01-a2f6-4a84-850f-21e1d46b30bf",
    "name": "Multi-Party Call_1",
    "node_type": "multi_party_call",
    "created_on": "2020-08-01 09:05:11.846982+00:00"
}