Questions tagged [highrise]

Highrise is a CRM for HR specialists.

46 questions
0
votes
1 answer

High rise API giving a 'No first name' error when adding a person, even though its provided

I'm attempting to create a new person using HighRise's API: curl -u xxxxxxx:X -XPOST -d ' Test Acct CEO Test…
Ali
  • 261,656
  • 265
  • 575
  • 769
0
votes
1 answer

Troubleshooting Python API Error Message (Highrise API)

I ran this script (https://github.com/mikehking/highrise-analysis/blob/master/highrise-analysis.py) to calculate usage by user for the Highrise CRM system (www.highrisehq.com). Recently, the script has been returning this error; but I'm not sure…
Mike K
  • 21
  • 2
0
votes
2 answers

Timeout Help regarding Highrise activity counting

I'm trying to build a simple Python script to count how many notes each user has entered in a Highrise CRM system, in the last 365 days. I have created a script that works for a tiny data set (a Highrise system with only 10 notes), but it times out…
Mike K
  • 21
  • 2
0
votes
2 answers

Highrise Custom Fields

I am hoping someone can help me out with this. I am trying to use the Highrise API to insert some data, but for some reason I can not get the custom fields to insert. When I submit the curl request, all of the data except for the custom fields gets…
Yamaha32088
  • 4,125
  • 9
  • 46
  • 97
0
votes
2 answers

Highrise CRM contact search API

I'm trying to get a contact in Highrise CRM using the following API: /people/search.xml?email=emailID But the results are not related to the email of the contact I asked for. Am I missing something here?
0
votes
1 answer

highrise API, put unprocessable entity , 37 Signals

i´m playing arround with the HIGHRISE API, and they understood the meaning of rest, its pretty cool and at some points gracefully forgivingly, but has anybody any idea why the xml i PUT is not accepted ? here is some relevant logging : 2014-02-23…
john Smith
  • 17,409
  • 11
  • 76
  • 117
0
votes
2 answers

Highrise API Returning Error Code 500

I am attempting to use the PHP Wrapper for the Highrise API located here: https://github.com/ignaciovazquez/Highrise-PHP-Api I need to set a custom field for a HighrisePerson object. According to the code this should be pretty…
Matthew Jones
  • 197
  • 1
  • 10
0
votes
2 answers

Outputing Drupal Webform Values to Highrise

I am integrating Drupal Webform with the CRM Highrise - I'm using the Highrise Drupal module (https://drupal.org/project/highrise) to create some mapping - however I want to extend the module to pass additional form values to the "background" field…
Andrew K
  • 147
  • 9
0
votes
1 answer

I want set variable to xml file in highrise api but it is not work. why?

if i set static values in highrise like this: $person->setFirstName("XYZ"); $person->setLastName("ABC"); $person->addEmailAddress("example@gmail.com"); it add contact in highrise, but if i use variable instead of static values like this…
DRK
  • 160
  • 1
  • 4
  • 14
0
votes
1 answer

highrise api not working with spring

I am trying to use highrise api with my java spring application. I copied highrise .jar from https://github.com/dnobel/highrise-java-api. But I am getting exception when I run my appliaction with this and it stops my tomcat server [ERROR]…
Harry
  • 4,705
  • 17
  • 73
  • 101
0
votes
2 answers

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: [ ..., #
JP Silvashy
  • 46,977
  • 48
  • 149
  • 227
0
votes
1 answer

Updating DB sync with API - will not update to show when custom fields are changed to blank

The code I created takes data from Highrise API and imports into our MySQL database tables. This doesn't go to and from the db to Highrise. It simply goes from Highrise to the DB when the sales reps click a "sync" button I created. Everything works…
LITguy
  • 623
  • 4
  • 13
  • 39
0
votes
2 answers

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:
Phone +44 (0)1123…
Dycey
  • 4,767
  • 5
  • 47
  • 86
0
votes
1 answer

Highrise API - get emails from the last X days

has anyone come across an example how to find a list of emails in a Highrise app dating back X days? We have a large database of customers and the solution I had in mind: get all people get emails for each of them parse results / filter by…
webwesen
  • 1,242
  • 4
  • 17
  • 30
0
votes
1 answer

ASP.Net MVC return xml result similar to 37Signals' Highrise API

I was wondering how would one go about returning XML as a result using ASP.Net MVC when the user enters the following url: http://www.mysite.com/people.xml If the user enters http://www.mysite.com/people the normal html view should be rendered…
PW763
  • 251
  • 1
  • 6
  • 12