Skip to main content

Overview

PCMO(PIOPIY Call Management Object) is a JSON, that is used to control all the voice calls made through the PIOPIY API platform. If your PIOPIY phone number gets the incoming call, our PIOPIY platform will check for the answer URL associated with the phone number. Then the answer URL will make a request to the POST method URL and execute your PCMO actions.

PCMO actions

The PCMO actions are used to control the voice calls flow. Using this PCMO actions, you can quickly create a voice call flow that suits your use case.

ActionDescription
Play musicPlay audio files to the conversation
Play and Get InputGet digits from the caller on playing music file
Forward CallConnect the multiple phone numbers
AI streamingStream and store audio during a call
Text to speechConverts text into speech to the conversation
Setting Custom ValuesSet custom values for use during the call session
Collecting InputGet digits from the caller
RecordRecords the conversation of a call
HangupHangup or end the converstaion of a call
ClearClear all defined actions

Using the above PCMO actions you can able to create a custom voice call application.