(Error: 11200) HTTP retrieval failure Twilio's servers were unable to fetch a non-error response from the designated URL

40 Views Asked by At

I have a function that allows me to send a photo and text to a number using Twilio, but when I change the route it gives me the previous error:

$messageService->sendMessage(
    config('twilio.whatsapp'),
    "whatsapp:{$number}",
    $text,
    route('send-img-whatsapp.jpeg', $param)
);

I already verified the route with its respective parameter and it gives me 200 I don't know if it's a twilio error or my server

0

There are 0 best solutions below