Emilie
Results
3
issues of
Emilie
Hi folks, For versions > 1.4.2 when calling the `send_conversation_message` method ``` channel_id = "my_channel_id" to = "my_whatsapp_number" client = MessageBird::Client.new('MY_ACCESS_KEY') message = client.send_conversation_message(channel_id, to, type: 'text', content: { text:...
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...