Hey Twilio Developer Evangelists, is there any way to get the sent message immediately with Send & Wait for Reply Studio Widget. It exposes three options:
- Reply
- No reply
- Delivery Fails
But I am specifically looking for the Delivered
option so, I can do something without waiting for a reply. I do want to wait for the reply but I also want to get the sent message right after it's sent. Is there any way I can achieve this? With webhooks to receive the sent message OR any other way?
With programmable messaging, Twilio gives an option to track the status of the sent message with statusCallback
parameter but I do not see any option to provide a status callback in the studio widget.
Send & Wait for Reply
widget right after it's sent/delivered. – Haseeb Anwar