Skip to documentation
Plivo integration

Trigger AI Agent Flow

Perform Trigger AI Agent Flow through Plivo.

View as Markdown
plivo_trigger_ai_agent_flow
writeplivo

Inputs

  • flow_url
    text
    Flow Url

    Optional text value.

  • payload
    json
    Payload

    Optional JSON value.

Outputs

  • successSuccess
  • flow_run_idFlow Run Id
  • provider_responseProvider Response

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",
  "properties": {
    "payload": {
      "description": "Optional JSON value.",
      "x-workflow-field-type": "json"
    },
    "flow_url": {
      "type": "string",
      "description": "Optional text value.",
      "x-workflow-field-type": "text"
    }
  },
  "additionalProperties": false
}
Output schema
{
  "type": "object",
  "properties": {
    "success": {},
    "flow_run_id": {},
    "provider_response": {}
  },
  "additionalProperties": true
}
View all Plivo actions