What is your goal?
I want to automate twilio.
the goal is to use twilio to call numbers in google sheets, if “1” is pressed then the automation should send accepted to google sheet and stop, however if the call is not picked after the the timeout, then the Twiml setup shouild send message to the call back webhook with failed or not answetred status, so that it will sleep for 5 minutes and then try the number again it should repeat this agian the second time if the receiver doesn’t pick again.
however if the client picks and doesn’t press one, then the Twiml setup shouild send message to the a seperate webhook with failed or not answetred status, so that it will sleep for 5 minutes and then try the number again it should repeat this again the second time if the receiver doesn’t pick again.
What is the problem & what have you tried?
Here is the problem THis tywiml bin sends payload to my webhook only if the call is answered, whether “1” is pressed or not , but it does not send to the callback url if call is not answered at all
<?xml version="1.0" encoding="UTF-8"?> https://senior-checkin-audio-8005.twil.io/WhatsApp%20Audio%202026-03-02%20at%2005.28.24.mp3 i am using twilio module create a call, and i added the callback but it only worked once and did work again. it work only when it is answered but i need it to work if the call drops and was not answered at all, thst whertre i will also retry the call again
Error messages or input/output bundles
- the webhook does not work for the call not answered
- what is the best set up i can use to acheive this waiting and calliing interval (pick a number from the sheet that has the time correlating with {{now}} , call number, if not picked or picked but 1 is not pressed. it will call again after 5 minutes, if the same happpens call again after 5 minutes, if the sme thing happens, stop the call sequence and send a message to telegram bot.
if 1 is pressed during any of the call sequncer, stop immediately no more calls, search for another call time that match with now from google sheets and start with another receiver

