You have no favorites... yet!
Use the Library tree on the left to select a Choreo to call from your gateway device.
Use the Library tree on the left to select a Choreo to call from your edge device via the gateway.
Library . Highrise . ShowPeople
Retrieves contacts from your Highrise CRM.
/*
TembooTask class placeholder
*/
/*
TembooTask header placeholder
*/
Since you've changed your device configuration, you'll need to tell us about this new device.
This feature is in experimental mode - pricing coming soon.
Send your code straight to a GitHub repository.
Your code will be visible by others in your repos. Keep credentials private by saving a Profile or commit code with Placeholder inputs.
The following files will be added to this repo:
You'll be able to edit and share your code from TI's CCS Cloud IDE.
The following will be sent to CCS Cloud:
/*
Your auto-generated code will appear here once you've configured your device above.
*/
/*
A header file containing your Temboo account information will appear here once you've
configured your device above.
*/
/*
Please log in to generate proxy server code for use with the JavaScript SDK.
*/
This Choreo retrieves a contact from your Highrise CRM account using the contact ID you specify. Go to http://developer.37signals.com/highrise/people for more information on the show people API method.
Appropriate HTTP parameters and HTTP headers are already specified for you in the HTTP Request step, and the response from Highrise is stored in an output variable that is returned when the Choreo completes. The Choreo includes basic input validation so that a request isn't made if the required inputs are missing. Some basic error handling and execution status messages are also included for useful feedback in the event that an issue occurs.
The following shows sample output returned from this Choreo:
<?xml version="1.0" encoding="UTF-8"?> <person> <author-id type="integer">291357</author-id> <background nil="true"/> <company-id type="integer" nil="true"/> <created-at type="datetime">2011-10-28T19:38:18Z</created-at> <first-name>Casper</first-name> <group-id type="integer" nil="true"/> <id type="integer">91047869</id> <last-name>Trickbone</last-name> <owner-id type="integer" nil="true"/> <title nil="true"/> <updated-at type="datetime">2011-10-28T19:38:18Z</updated-at> <visible-to>Everyone</visible-to> <company-name nil="true"/> <avatar-url>http://asset0.37img.com/highrise/missing/avatar.png?r=3</avatar-url> <contact-data> <instant-messengers type="array"/> <twitter-accounts type="array"/> <email-addresses type="array"/> <phone-numbers type="array"> <phone-number> <id type="integer">78723851</id> <location>Work</location> <number>555-555-1234</number> </phone-number> </phone-numbers> <addresses type="array"/> <web-addresses type="array"/> </contact-data> </person>
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms