I had to use the body area to make it work. There is something weird about how bubble sends query parameters when sent using the regular fields that doesn’t work for Twilio. Probably adds unnecessary brackets or quotations or something.
Curious though, what is different between what you did and what I did? Other than the callback URL param. I think I may be missing something else here.
Hello, I was able to get this to work recently. See screenshots below. My texts were coming back with no image, then I realized it was because my dynamic image URLs weren’t complete - I was pulling images from bubble db but wasn’t adding https: in front. Hope this helps!
Yep, when I reinitialize I do receive a text with an image. Also worth noting – in the image above where I point to the MediaURL and https:… from there I’m referencing against an actual image stored in my DB (vs a text field with a URL stored)… so it is like https:[database-image]. I saw in your db screenshot you had the image + media URL link. If you haven’t done this already, try updating to do this.
First of all, thank you for coming back! This has been plaguing me for a while and I can’t figure it out!
I will try what you said!
With that being said, when I reinitialize the call, I’m still not getting an image through the text. Which makes me think there is something wrong with the API set up. I copied the exact way you set it up, and when I initialize the call, still no image. The image is public so no restrictions there.
Are you seeing any errors when you try to initialize? Maybe also try instead of “From” having the Twilio number, have it point to a messaging service which you create in Twilio portal (and the number will be linked to that messaging service in Sender Pool).
Is it because I’m pending approval on A2P? But I would think if I can send SMS texts, then I could send images as well. If the pending A2P was the issue, wouldn’t I not be able to send SMS texts?
UPDATE: Still no solution, if anyone has any ideas I am very open to them. For now, I will have to send the url in the body of the SMS and let the users open it via their web portal. It’ll work for now but I need to get this fixed at some point