API Endpoint
GET
Arguments
URL Params
| Param | Type | Description/Allowed Values |
|---|---|---|
phlo_id (Required) | string | Unique identifier for the PHLO. PHLO IDs are listed on the PHLO page of the console. |
node_id (Required) | string | Unique identifier for the node. Node ID is available in the configuration section of the corresponding multiparty call node in the PHLO. See screenshot. |

Payload
| Param | Description/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 aMultiPartyCall object.
Response
HTTP Status Code: 200