0

I want to do the following in Twilio Studio:

I want an incoming call to be recorded and I want the person answering the call to hear a voice whisper - not the person calling. How do I set this up in Studio?

I'm not a coder and don't have a technical background. That's why I want to keep to the drag and drop features.

jproux
  • 265
  • 1
  • 6
  • 16

1 Answers1

1

Twilio Studio doesn’t currently support the capability to handle whisper (playing a text to speech message or mp3 to the dialed party before connecting the calls together. You should be able to do this with the Studio TwiML Redirect Widget and a TwiML Bin or Twilio Function providing the necessary TwiML.

The TwiML Number noun has a URL attribute which provides this whisper functionality.

Alan
  • 10,465
  • 2
  • 8
  • 9