Twilio whatsapps not going through

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:

  1. messaging a different number (multiple numbers)
  2. initiating a conversation by pinging the twilio number first
  3. simplifying the text body - now only 12345
  4. twilio account has some funds
  5. meta account says twilio is connected

still doesnt work ... any ideas will be super hepful!

Upvotes: -4

Views: 73

Answers (0)

Related Questions