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