OCNORA

Plivo

Voice & SMSUsername & passwordcredential probe

Send SMS and MMS, place and control voice calls, and read call recordings with Plivo (Auth ID + Auth Token, sent as HTTP Basic auth).

OCNORA ships 26 typed Plivo operations. Each node has a schema-driven form, input and output tables beside its settings, and is pre-flighted by Workflow Health before your first real run. Anything not covered by a typed node reaches https://api.plivo.com/v1/Account/{auth_id} through the HTTP node with the same credential.

Operations 26

  • Delete Recording
    Delete a stored call recording and the audio file behind it.
    plivo.delete_recording
  • Get Account
    Fetch the Plivo account the connection belongs to, including its balance.
    plivo.get_account
  • Get Call
    Fetch one completed call's detail record, including cost and duration.
    plivo.get_call
  • Get Live Call
    Fetch the live state of a call that is still in progress.
    plivo.get_live_call
  • Get Media
    Fetch one uploaded media file's record from the MMS media store.
    plivo.get_media
  • Get Message
    Fetch one message's record, including its current delivery state.
    plivo.get_message
  • Get Number
    Fetch one rented phone number's record and the application behind it.
    plivo.get_number
  • Get Recording
    Fetch one recording's record, including its stored file URL.
    plivo.get_recording
  • Hang Up Call
    End a call that is ringing or in progress.
    plivo.hangup_call
  • List Calls
    Search completed calls by direction, number, end time or hangup cause, and page through the matches.
    plivo.list_calls
  • List Live Calls
    List the identifiers of the calls currently in progress on the account, one page at a time. Plivo returns UUIDs only; fetch each one with plivo.get_live_call for its detail.
    plivo.list_live_calls
  • List Media
    List the media files uploaded to the account's MMS media store.
    plivo.list_media
  • List Message Media
    List the media files attached to one MMS message.
    plivo.list_message_media
  • List Messages
    Search the message log by direction, state, type, number or time, and page through the matches.
    plivo.list_messages
  • List Numbers
    List the phone numbers rented on the account, filtered and paged.
    plivo.list_numbers
  • List Recordings
    Search stored call recordings by call, number or time, one page at a time.
    plivo.list_recordings
  • Make Call
    Place an outbound call to one or more numbers. Plivo fires the call and answers with a request UUID, so the output says the call was fired rather than answered — poll the live call for its real state.
    plivo.make_call
  • Play Audio On Call
    Play one or more audio files into a call that is already in progress.
    plivo.play_on_call
  • Start Call Recording
    Start recording a call that is already in progress; Plivo returns the recording id and the URL the finished file will be stored at.
    plivo.record_call
  • Send DTMF Digits
    Send DTMF tones into a live call, for navigating an IVR menu.
    plivo.send_digits
  • Send SMS or MMS
    Send an SMS, MMS or WhatsApp message to one or more numbers. Plivo queues the message and reports delivery afterwards, so the output carries one message UUID per destination and flags a partial send rather than reporting a single success.
    plivo.send_message
  • Speak On Call
    Speak text into a call that is already in progress, using Plivo's TTS.
    plivo.speak_on_call
  • Stop Playing Audio
    Stop the audio files currently playing on a live call.
    plivo.stop_playing
  • Stop Call Recording
    Stop the recording currently running on a live call.
    plivo.stop_recording
  • Stop Speaking
    Stop the text-to-speech currently playing on a live call.
    plivo.stop_speaking
  • Transfer Call
    Move a live call to new Plivo XML, transferring either the caller leg, the callee leg, or both to a different answer URL.
    plivo.transfer_call

Run your first Plivo workflow today.

Create a free workspace, add the connection, pick a template or describe the workflow to Build with AI. Workflow Health checks it before it runs.