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 RecordingDelete a stored call recording and the audio file behind it.plivo.delete_recording
- Get AccountFetch the Plivo account the connection belongs to, including its balance.plivo.get_account
- Get CallFetch one completed call's detail record, including cost and duration.plivo.get_call
- Get Live CallFetch the live state of a call that is still in progress.plivo.get_live_call
- Get MediaFetch one uploaded media file's record from the MMS media store.plivo.get_media
- Get MessageFetch one message's record, including its current delivery state.plivo.get_message
- Get NumberFetch one rented phone number's record and the application behind it.plivo.get_number
- Get RecordingFetch one recording's record, including its stored file URL.plivo.get_recording
- Hang Up CallEnd a call that is ringing or in progress.plivo.hangup_call
- List CallsSearch completed calls by direction, number, end time or hangup cause, and page through the matches.plivo.list_calls
- List Live CallsList 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 MediaList the media files uploaded to the account's MMS media store.plivo.list_media
- List Message MediaList the media files attached to one MMS message.plivo.list_message_media
- List MessagesSearch the message log by direction, state, type, number or time, and page through the matches.plivo.list_messages
- List NumbersList the phone numbers rented on the account, filtered and paged.plivo.list_numbers
- List RecordingsSearch stored call recordings by call, number or time, one page at a time.plivo.list_recordings
- Make CallPlace 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 CallPlay one or more audio files into a call that is already in progress.plivo.play_on_call
- Start Call RecordingStart 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 DigitsSend DTMF tones into a live call, for navigating an IVR menu.plivo.send_digits
- Send SMS or MMSSend 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 CallSpeak text into a call that is already in progress, using Plivo's TTS.plivo.speak_on_call
- Stop Playing AudioStop the audio files currently playing on a live call.plivo.stop_playing
- Stop Call RecordingStop the recording currently running on a live call.plivo.stop_recording
- Stop SpeakingStop the text-to-speech currently playing on a live call.plivo.stop_speaking
- Transfer CallMove 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
More in Voice & SMS
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.