I'm trying to create a Twilio workflow that places a call and records what the user says. For that I'm using Record
, but I'm not entirely sure what to place in the action
parameter.
Even though I understand Twilio will send information about the call to that URL, I don't necessarily require it. Is there a way to have some sort of a sinkhole for information?
<?xml version="1.0" encoding="UTF-8"?>
<Response>
<Say voice="woman">Hi! Say your name:</Say>
<Record method="GET" action="URL_here" timeout="2"/>
</Response>