Whatsapp messages
ahmadabdelhalim opened this issue · 5 comments
I want to know if this gem supports sending a message through the WhatsApp channel I created on messagebird, if yes, how can I achieve that?
Hi @ahmadabdelhalim! Support for the Conversations API was added with #29. You can find an example here: https://github.com/messagebird/ruby-rest-api/blob/master/examples/conversation_message.rb
I keep geeting NoMethodError: undefined method 'send_conversation_message' for #<MessageBird::Client:0x00555e2124e580>
It seems like the latest tagged version (1.4.2) of this was not picked up by rubygems.org, which is still on 1.4.1
@samwierema Can you push the newest version to rubygems? You're listed as an owner there.
Any update guys? It seems like nobody pushed the branch yet.
Hi @ahmadabdelhalim: you're completely right, sorry for the delay! I've just pushed 1.4.2
to RubyGems. It's available here.
I assume this resolves the issue, so I'll close it: feel free to reopen it in case you run into any trouble upgrading.
Thanks!