I'm using Twilio Studio. Within I'm using the Make HTTP Request widget to hit an api endpoint.
After that I'm using a Say/Play widget to say one of the variables from Make HTTP Request. {{widgets.http_1.body}}
works fine with api response:
{ "message": "Hello World", "completed": true }
However, if I want to return {{widgets.http_1.parsed.message}} the say text portion for this will be empty.
What might be wrong here? I can see the endpoint I hit with the Make HTTP Request step returns a 200 & the json is valid.