skip to Main Content

Javascript – I want to auto update the Primary handler fails webhook Url using twilio functions, can someone guide me?

i used the following function and trying to run HTTP request from postman using curl but didn't work exports.handler = function(context, event, callback) { const client = context.getTwilioClient(); const new_fallback_url = 'http://your_twilio_function_url.com/webhooks/twilio_voice_fallback'; // Replace with your actual Twilio Function URL…

VIEW QUESTION

Twilio WhatsApp Business API

If anyone has worked with Twilio's WhatsApp Business API you may be able to help. Can you please confirm this: we purchased a UK number from Twilio but we are based and operate in Kuwait. So we will be using…

VIEW QUESTION
Back To Top
Search