0.0
No commit activity in last 3 years
No release in over 3 years
CapsuleCRM API Gem
2005
2006
2007
2008
2009
2010
2011
2012
2013
2014
2015
2016
2017
2018
2019
2020
2021
2022
2023
2024
 Dependencies

Runtime

 Project Readme

CapsuleCRM¶ ↑

This is a ruby wrapper for the CapsuleCRM API. It is alpha software and should be considered a work in progress. It currently supports People & Organisations. There is support for CustomFields & Contacts but they are read-only.

Installation¶ ↑

[sudo] gem install capsulecrm

gem 'capsulecrm' # rails
require 'capsulecrm' # non-rails

Getting started¶ ↑

You will need to supply the gem with your CapsuleCRM API token and account name. The account name is the first part of your CapsuleCRM url:

CapsuleCRM.account_name = "test-account" # http://test-account.capsulecrm.com
CapsuleCRM.api_token = 'MY_API_TOKEN'
CapsuleCRM.initialize!

If you’re using rails, you can put that in config/initializers/capsulecrm.rb

Usage¶ ↑

Please see examples.rb for usage examples

Feedback¶ ↑

Bug reports, feature requests and patches are welcome. Please create an issue on the github issue tracker.

License¶ ↑

MIT License. Copyright 2011 Ahmed Adam