These videos are amazing. Keep it up! Any advice for running a similar email workflow based on a trigger event (customer purchases a product, clicks on your page, etc.) ? Is it as simple as changing the trigger to "on page load" or "do when condition is true"?
Another golden video. I have question xD I just learned today that audio autoplay doesn't work for IOS after thinking my app was broken, so I was wondering if you know any workaround somehow? For example, if you're building a text-to-speech on the fly, just like Siri then how can we play the result of the text-to-speech audio without auto playing it due to IOS restrictions? It works perfectly on other devices, but on iPhone it's a bummer :( P.S. I followed all your Open AI tutorials and was able to build a Siri like app so thank you so much for those tutorials they were really helpful, I'm just hoping you'd figure this one out as well for IOS by any chance? One work around is to have the user click a button for it to respond, but it's bad for the UX and would like an autoplay but without the autoplay if that makes sense
Hi, thanks!! I've actually managed to get autoplay working on IOS with TTS. I have an audio player on the page (the one I'm using is called Howler JS) and I have a Do When Condition Is True workflow that runs whenever a certain data field containing an audio file is not empty. It runs an action to tell the Howler to play the audio file.
@@nocodelife I have a similar workflow set up but I think my actions are happening too fast and the audio player is triggering before setting up the data. Do you happen to have a short video on this or is it on your list soon? :) It'll definitely help and I'll be down for it
Great video, wondering if you could help out with doing this but without the email API
These videos are amazing. Keep it up! Any advice for running a similar email workflow based on a trigger event (customer purchases a product, clicks on your page, etc.) ? Is it as simple as changing the trigger to "on page load" or "do when condition is true"?
Another golden video.
I have question xD
I just learned today that audio autoplay doesn't work for IOS after thinking my app was broken, so I was wondering if you know any workaround somehow?
For example, if you're building a text-to-speech on the fly, just like Siri then how can we play the result of the text-to-speech audio without auto playing it due to IOS restrictions? It works perfectly on other devices, but on iPhone it's a bummer :(
P.S. I followed all your Open AI tutorials and was able to build a Siri like app so thank you so much for those tutorials they were really helpful, I'm just hoping you'd figure this one out as well for IOS by any chance? One work around is to have the user click a button for it to respond, but it's bad for the UX and would like an autoplay but without the autoplay if that makes sense
Hi, thanks!! I've actually managed to get autoplay working on IOS with TTS. I have an audio player on the page (the one I'm using is called Howler JS) and I have a Do When Condition Is True workflow that runs whenever a certain data field containing an audio file is not empty. It runs an action to tell the Howler to play the audio file.
@@nocodelife I have a similar workflow set up but I think my actions are happening too fast and the audio player is triggering before setting up the data.
Do you happen to have a short video on this or is it on your list soon? :)
It'll definitely help and I'll be down for it