Skip to documentation
Plivo integration

Create Transcription

Perform Create Transcription through Plivo.

View as Markdown
plivo_create_transcription
writeplivo

Inputs

  • recording_id
    expressionrequired
    Recording Id

    Required literal value or workflow expression.

Outputs

  • successSuccess
  • transcriptionTranscription

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": [
    "recording_id"
  ],
  "properties": {
    "recording_id": {
      "description": "Required literal value or workflow expression.",
      "x-workflow-field-type": "expression"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "success": {},
    "transcription": {}
  },
  "additionalProperties": true
}
View all Plivo actions