Reputation: 1
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 "https://api.twilio.com/2010-04-01/Accounts/ACXXX/Messages.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:
still doesnt work ... any ideas will be super hepful!
Upvotes: -4
Views: 73