Ruby interface for ozonetel APIs
Add this line to your application's Gemfile:
gem 'ozonetel'
And then execute:
$ bundle
Or install it yourself as:
$ gem install ozonetel
require 'ozonetel'
@client = Ozonetel::Client.new(customer, api_key, campaign_name)
@client.agent_manual_dial(agent_id, customer_number)
- httparty
- Fork it ( https://github.com/[my-github-username]/ozonetel/fork )
- Create your feature branch (
git checkout -b my-new-feature
) - Commit your changes (
git commit -am 'Add some feature'
) - Push to the branch (
git push origin my-new-feature
) - Create a new Pull Request