Hi,
I am working on an integration using Twilio and Make.com to receive call recordings after each call. Here is my current setup:
- I receive a call.
- The Status Callback Webhooks triggers and sends the call event data to Make.com.
- In Make.com, I capture the call data and perform the “Get a Call” action to retrieve further details.
From this, I can successfully retrieve most of the call details, including the subresource_uris
, which shows a partial recording URL:
recordings/2010-04-01/Accounts/AC881dbcbfc2804a0de1fc30e112df810e/Calls/CAf559c502de93a2308c3561b11f96466f/Recordings.json
.
However, I cannot find the actual Recording ID required to perform the “Download a Recording Media” action in Make.com. Without this ID, I am unable to access or play the recording file.
I have attached step-by-step images of my setup to provide context.
I would appreciate it if someone could guide me on how to:
- Extract the Recording ID from the webhook or the “Get a Call” response.
- Properly fetch the recording media using Make.com.
Thank you for your help!