capsule_crm icon indicating copy to clipboard operation
capsule_crm copied to clipboard

Ruby CapsuleCRM API consumer

Results 12 capsule_crm issues
Sort by recently updated
recently updated
newest added

If a party has a note with attachments, then running `CapsuleCRM::Organization.find().histories` generates the following error: ``` NoMethodError: Expected [{"id"=>"31511119", "filename"=>"005_550.jpg", "contentType"=>"image/jpeg"}, {"id"=>"31511120", "filename"=>"Airvan1.jpg", "contentType"=>"image/jpeg"}, {"id"=>"31511121", "filename"=>"airsafaris-2nomads-5.jpg", "contentType"=>"image/jpeg"}, {"id"=>"31511122", "filename"=>"L.Tekapo_-_Cass_River.jpg", "contentType"=>"image/jpeg"},...

bug

A note for those still using this gem. It seems this uses Capsule's v1 api, which will be shut down in a few months. See: https://developer.capsulecrm.com/v2/overview/migrating-from-api-v1 > Please note that...

- Removes broken link to tip4commit - Updates url pointers for https and current projects. - Minor text fixes.

Unless I've been smoking too much crack, it seems that task categories don't get saved, and they never ever worked. ``` ruby t = CapsuleCRM::Task.new( description: 'Fix the crappy tasks...

bug

This should work: ``` ruby user.contacts.addresses.build user.contacts.phones.build user.contacts.websites.build user.contacts.emails.build ``` And perhaps even just: ``` ruby user.addresses.build user.phones.build user.websites.build user.emails.build ```

enhancement

needs to be implemented

enhancement
waffle:ready

needs to be implemented

enhancement
waffle:ready