Highrise API Wrapper
Since Soocial no longer syncs with highrise, I’ve been looking for another solution to sync with my google apps. I’ve decided I’ll be writing my own, which I will release later.
In the mean time, I’ve found a Highrise API wrapper which should come in handy so I don’t have to deal with cURL as much.
include("push2Highrise.php"); $p = Push_Highrise(); $p->pushContact($_REQUEST); $p->pushTask($_REQUEST); $p->pushNote($_REQUEST); $p->pushDeal($_REQUEST);
























Dave said
am April 6 2010 @ 11:35 pm
were you able to use this? i want to be able to setup a form to email/highrise – are you able to do a tutorial?
admin said
am April 7 2010 @ 3:02 pm
@Dave,
Using the API for simple creating is a breeze. Here is a little insight on the subject:
http://serversideguy.com/2010/04/07/creating-a-new-person-in-highrise-api/