Questions tagged [highrise]

Highrise is a CRM for HR specialists.

46 questions
1
vote
1 answer

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 to get use of this wrapper. Please…
1
vote
0 answers

Loop is hanging while doing CURL requests to Highrise API

I am having trouble getting this code to execute properly. The way the Highrise API works is that it will only return 500 results in each request, to get more results you add the ?n=number to the end of the URL. I have almost 9000 entries and I need…
Yamaha32088
  • 4,125
  • 9
  • 46
  • 97
1
vote
1 answer

Accessing Highrise Data through API using GAS

As the title says, I am having issues accessing data in Highrise through their API using Google Script. I am new to google script, so some of the functions are not entirely clear to me. I understand that for the actual use of the API, I will be…
Mitaka Jin
  • 15
  • 3
1
vote
2 answers

Restkit not setting header or cookies

I am using restkit to login and map the objects of highrise api. I am able to login using /me.xml but stuck after that to fetch the other endpoints like people.xml, tasks.xml etc. The code for login: //MYObjectManager is a class inherited from…
Dips
  • 93
  • 1
  • 1
  • 8
1
vote
0 answers

Get people from Highrise by Highrise API, which have tags: tag1 OR tag2

I mean I need info of people from Highrise with tags: tag1 OR tag2 "OR" is very important. For example: GET people.xml?tag_id=2123123 //how i get people w tag1 GET people.xml?tag_id=5656622 //how i get people w tag2 but there are people, who have…
kspacja
  • 4,648
  • 11
  • 38
  • 41
1
vote
1 answer

Execute code after sinatra response, Twilio app connecting to external API

I've seen and understand the :after filter, but I don't even know the terms for what I'm trying to do. I've got a simple app using twilio and highrise logging calls. I'd like to return the twiml response via sinatra BEFORE posting to external API…
Matt Walston
  • 97
  • 1
  • 8
0
votes
0 answers

"GET" name search does not return desired customer result using the HighRise API

See these 2 videos which explain the real problem: https://watch.screencastify.com/v/PBrkqxnIHLJ3E3TiOvRQ https://watch.screencastify.com/v/p2Ul86Pm6Gq4M9UwD9zN I have a NEW customer with the name "Greg Nel". When I want to create OR if I want to…
0
votes
0 answers

ODBC Connector for Highrise - Power BI connector not working, what is the issue?

I am trying to connect PowerBI with Highrise CRM using CData's (the company's), ODBC Connector but every time I try to test the connection, it gives a '401 unauthorized' error. I have admin rights in both, the system and Highrise, the credentials…
Himani Dave
  • 27
  • 1
  • 7
0
votes
3 answers

HighRise API Create a person failing with missing first name while it's there

I'm trying to create a person in highrise using the API. I'm getting a "First name is missing. Contacts must have a name" error message in the response. Here is my code: let x = """
Kafo
  • 3,568
  • 1
  • 12
  • 19
0
votes
1 answer

Highrise Api, Subject data not posting with RestSharp

I am trying to use the Highrise Api with the .NET 4.5 wrapper by scottschluer in order to post a new Person to our Highrise account along with any custom data that they enter. The issue that I am running into is with the custom data. The person…
0
votes
1 answer

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?
Jarrett Widman
  • 6,329
  • 4
  • 23
  • 32
0
votes
4 answers

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 with Python?
MikeN
  • 45,039
  • 49
  • 151
  • 227
0
votes
1 answer

Highrise API Username Issue

Working with the Highrise API .net wrapper, and alternatively using curl to test the Highrise API. Followed the instructions so far to the best my abilities, but I'm still running into issues with getting a valid request through. At the moment, I…
0
votes
0 answers

Unable to create person with address or multiple phone numbers through highrise api

Trying to use the highrise api to create people. So far I am half successful in that I can create a person and add a first name,last name, email, and phone number. However when I try and add an address, the data is not saved. Same thing for multiple…
ceckenrode
  • 4,543
  • 7
  • 28
  • 48
0
votes
1 answer

How to fetch company data by tag from Highrise pass the API limits?

First of all, thanks for your help guys; I tried to do 3 things ; 1. Get companies name from highrise 2. Do it by their tags 3. And overcome Highrise 500 API call limits I tried wrappers like A__https://github.com/feedmagnet/pyrise which let me do 1…
Laphattan
  • 21
  • 4