messagebird / ruby-rest-api

MessageBird's REST API for Ruby
BSD 2-Clause "Simplified" License
37 stars 46 forks source link

whatsapp sandbox sending sms instead of whatsapp message #51

Open emorissettegregoire opened 3 years ago

emorissettegregoire commented 3 years ago

Hi, I connected the gem to my bot. When I send a message through the message bird WhatsApp sandbox my bot replies back through SMS. Does the WhatsApp sandbox have any country restrictions?

The whatsapp sandbox is well initiated here:

@messagebird_client.enable_feature(MessageBird::Client::CONVERSATIONS_WHATSAPP_SANDBOX_FEATURE)
 => "https://whatsapp-sandbox.messagebird.com/v1/"

Thanks a lot for helping!