API Endpoint
POST
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 multiparty call. The ID is available in the configuration section of the corresponding multiparty call node in the PHLO. |
Payload
| Param | Type | Description/Allowed Values |
|---|---|---|
action (Required) | string | Value is always call. |
to (Required) | string | Phone number or SIP endpoint address of the user to add to the multiparty call. |
role (Required) | string | Role of the user added to the multiparty call. Allowed values: customer, agentDefaults to agent. |
trigger_source (Required) | string | Phone number or SIP endpoint address of the user (agent) initiating the trigger. |
Returns
Returns aMultiPartyCall object.