Skip to documentation
Plivo integration

Hang Up Call

Perform Hang Up Call through Plivo.

View as Markdown
plivo_hangup_call
writeplivo

Inputs

  • call_uuid
    expressionrequired
    Call Uuid

    Required literal value or workflow expression.

Outputs

  • successSuccess
  • call_uuidCall Uuid

Output schema completeness: best_effort_declared

Safety

External effect
write
Confirmation recommended
No
Retry safe
No
Dry run supported
No

Schemas

These schemas are first-pass authoring guidance. Runtime validation remains authoritative.

Input schema
{
  "type": "object",
  "required": [
    "call_uuid"
  ],
  "properties": {
    "call_uuid": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "success": {},
    "call_uuid": {}
  },
  "additionalProperties": true
}
View all Plivo actions