messagebird / ruby-rest-api

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

Whatsapp messages #30

Closed ahmadabdelhalim closed 5 years ago

ahmadabdelhalim commented 5 years ago

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?

modprobe commented 5 years ago

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

ahmadabdelhalim commented 5 years ago

I keep geeting NoMethodError: undefined method 'send_conversation_message' for #<MessageBird::Client:0x00555e2124e580>

modprobe commented 5 years ago

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.

ahmadabdelhalim commented 5 years ago

Any update guys? It seems like nobody pushed the branch yet.

epels commented 5 years ago

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!