i have a production twilio number linked to a meta business account. i am trying to use it to send a whatsapp message from the command line but am getting error 63005 (Channel did not accept given content).
% curl -X POST ".json" --data-urlencode "Body=Hello" --data-urlencode "From=whatsapp:+1555XXXX" --data-urlencode "To=whatsapp:+XXXXXXX" -u ACXXXX:XXXX
from the console, i can see the message has failed due to error 63005
i have tried the following:
- messaging a different number (multiple numbers)
- initiating a conversation by pinging the twilio number first
- simplifying the text body - now only 12345
- twilio account has some funds
- meta account says twilio is connected
still doesnt work ... any ideas will be super hepful!