Tagged Questions
The highrise tag has no wiki summary.
7
votes
2answers
313 views
37signals Highrise .NET (c#) API
I am looking for a .NET (c#) wrapper for the 37signals Highrise REST API.
Sadly enough, I could not find anything really suiting.
Has anyone developed something like this or links to share?
Thanks,
...
1
vote
0answers
37 views
Set site/username field ActiveResource based highrise gem
I am building a sinatra app that will use Highrise CRM gem to access Highrise data. The example code to use this gem from the wiki,
require 'highrise'
Highrise::Base.site = ...
1
vote
2answers
398 views
Google Apps integration to Basecamp & Highrise
I am looking for Google Apps integration for Basecamp & Highrise. Is there anything out there that will integrate:
Google Contacts <-> Highrise Contacts
Google Docs <-> ...
1
vote
1answer
414 views
Has anyone worked with this Highrise API PHP Wrapper library? I need help authenticating
So I downloaded a wrapper class from this github link:
https://github.com/ignaciovazquez/Highrise-PHP-Api
and I'm just trying to get any response whatsoever. So far, I can't even authenticate with ...
1
vote
2answers
589 views
Highrise API Example. help
I am trying to get the highrise api working with my project. total noob.
I have an account, have my api key, added to my rails project like so in my controller.
require 'highrise'
...
1
vote
0answers
483 views
Using Highrise API Wrapper
Good Day.
I am trying my hardest to get my mind around PHP for building an site where you can see Highrise events printed out.
Found this wrapper, but do not know how to use it, what i should write ...
1
vote
1answer
112 views
Delete All Emails in a Highrise App
How do I delete all the emails in my highrise app? I don't want to delete the entire thing and start over, I've got companies and tags and metadata. What's the easiest way?
This question paraphrased ...
0
votes
1answer
65 views
Set site/user fields in ActiveResource
I am building a sinatra app that will use Highrise CRM gem to access Highrise data. This gem is based on ActiveResource class. I want to set site, user fields for every request. I followed suggestion ...
0
votes
1answer
163 views
Delete Contact-Data in Highrise API
How do you delete contact-data from a person via the Highrise API? Its clear how to add contact data, or delete a person, but how do you delete an email address, postal address, or phone number?
0
votes
4answers
283 views
Access Highrise's API with Python?
How can I access 37 signals Highrise's API with Python? Found wrappers for PHP/Ruby, but not Python. I'm writing my own now, anyone have advice on getting over the first hurdle of authentication ...
0
votes
1answer
56 views
Rails, Finding objects in complex hashes
I'm building an app that integrates with Highrise, and so-far-so-good, however, when trying to import a person Highrise::People it spits out a huge hash similar to this:
[ ..., ...
0
votes
2answers
137 views
HighRise jQuery parsing
I want to add h323:number style links to HighRise contact numbers, so that users can click a link to dial the IP phone...
The html I'm looking at is:
<table>
<tbody>
<tr>
...