Whathor
Whathor allows you in an easy way to send Whatsapp messages directly from your ruby app by acting
as a wrapper for Whatools Rest API. To be able to use this gem you have to register and
get a token key from https://wha.tools.
Installation
Add this line to your application's Gemfile:
gem 'whathor'
And then execute:
$ bundle
Or install it yourself as:
$ gem install whathor
Usage
There are only three easy steps for this to work:
Whathor.subscribe "MY_WHATOOLS_TOKEN"
Whathor.message to: '573001231231231', body: "This is cool! :)"
Whathor.unsubscribe
You can read more about Whatools API specification in https://api.wha.tools/v0