Optivo
Ruby gem to interact with Optivo HTTP API (form event)
Installation
Add this line to your application's Gemfile:
gem 'optivo'
And then execute:
$ bundle
Or install it yourself as:
$ gem install optivo
Usage
Currently, the following methods are supported: subscribe
, unsubscribe
, sendeventmail
, remove
and updatefields
You can use them calling
Optivo.subscribe('auth_code', bmRecipientId: '[email protected]', bmVerbose: true)
License
see LICENSE file
Contributing
Bug reports and pull requests are welcome on GitHub at https://github.com/ubertweek/optivo.