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 . Google . Contacts . GetContactById
Retrieves a specific contact with a given id.
/*
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 uses an OAuth 2.0 client ID, client secret, access token, and refresh token to authenticate the associated Google account, then retrieves information for a single contact that you specify by id. The ContactId can be specified in two ways. Provide either the individual contact id or the full 'edit' link. This information can be retrieved by running the GetAllContacts Choreo. For example, when retrieving ALL contacts, Google returns the contact id as part of an edit link that looks like this:
<link rel='edit' type='application/atom+xml' href='https://www.google.com/m8/feeds/contacts/test%40gmail.com/full/310aa7fb88d9db11'/>
For the above contact, you could either provide 310aa7fb88d9db11 for the ContactId, or you could provide the entire url: https://www.google.com/m8/feeds/contacts/test%40gmail.com/full/310aa7fb88d9db11
Go here for more information on this API method.
Here is an example of the XML returned by this Choreo:
<?xml version='1.0' encoding='UTF-8'?> <entry xmlns='http://www.w3.org/2005/Atom' xmlns:gContact='http://schemas.google.com/contact/2008' xmlns:batch='http://schemas.google.com/gdata/batch' xmlns:gd='http://schemas.google.com/g/2005' gd:etag='"Rnw-fzVSLyt7I2A9WhRaEksJRgA."'> <id>http://www.google.com/m8/feeds/contacts/test%40gmail.com/base/310aa7fb88d9db11</id> <updated>2012-02-14T23:45:47.257Z</updated> <app:edited xmlns:app='http://www.w3.org/2007/app'>2012-02-14T23:45:47.257Z</app:edited> <category scheme='http://schemas.google.com/g/2005#kind' term='http://schemas.google.com/contact/2008#contact'/> <title>Temboo Support</title> <link rel='http://schemas.google.com/contacts/2008/rel#photo' type='image/*' href='https://www.google.com/m8/feeds/photos/media/test%40gmail.com/310aa7fb88d9db11'/> <link rel='self' type='application/atom+xml' href='https://www.google.com/m8/feeds/contacts/test%40gmail.com/full/310aa7fb88d9db11'/> <link rel='edit' type='application/atom+xml' href='https://www.google.com/m8/feeds/contacts/test%40gmail.com/full/310aa7fb88d9db11'/> <gd:name> <gd:fullName>Temboo Test</gd:fullName> <gd:givenName>Temboo</gd:givenName> <gd:familyName>Test</gd:familyName> </gd:name> <gd:email rel='http://schemas.google.com/g/2005#other' address='test@temboo.com' primary='true'/> </entry>
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms