Hey @ramzi_t I’m very interested in seeing the answer to this as well. I just started building a Whatsapp business cloud workflow today, but stuck at the webhook → respond to webhook step. The workflow executes successfully when I click to verify the webhook within Facebook API, but then when I try to send test messages either within Facebook API or directly from my phone, nothing. The workflow just keeps trying to listen for triggers.
I have taken a quick look at your screenshot and the OpenAI documentation and the first thing I noticed was you are sending an OGG file which doesn’t look to be supported.
The audio file object (not file name) to transcribe, in one of these formats: mp3, mp4, mpeg, mpga, m4a, wav, or webm.
Could this be the issue? The rest of the call looks good to me.
It may have worked but the API docs don’t mention it so it would be worth sticking to the documented formats. It could also be that the data is being sent wrong but might as well start with the basics and go from there.