TODO: Write a gem description
Add this line to your application's Gemfile:
gem 'rdstation-ruby-client'
And then execute:
$ bundle
Or install it yourself as:
$ gem install rdstation-ruby-client
rdstation_client = RDStation::Client.new('rdstation_token', 'auth_token')
rdstation_client.create_lead({:email => '[email protected]', :nome => 'Joe Foo', :empresa => 'A random Company', :cargo => 'Developer'})
rdstation_client = RDStation::Client.new('rdstation_token', 'auth_token')
rdstation_client.change_lead('[email protected]', {:lifecycle_stage => 1, :opportunity => true})
- Fork it
- 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 new Pull Request
You can check out RDstation's integration (pt-BR) documentation here: