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 . CreateContact
Create a new contact.
/*
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 creates a new contact in that account. 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=""R3c7fTVSLit7I2A9WhRQEkoMQAI.""> <id>http://www.google.com/m8/feeds/contacts/walterbishop%40bigco.faux/base/3f9bde2e0f8d387c</id> <updated>2011-12-07T16:52:46.905Z</updated> <app:edited xmlns:app="http://www.w3.org/2007/app">2011-12-07T16:52:46.905Z</app:edited> <category scheme="http://schemas.google.com/g/2005#kind" term="http://schemas.google.com/contact/2008#contact"/> <title>Frank Black</title> <content>Notes</content> <link rel="http://schemas.google.com/contacts/2008/rel#photo" type="image/*" href="https://www.google.com/m8/feeds/photos/media/walterbishop%40bigco.faux/3f9bde2e0f8d387c"/> <link rel="self" type="application/atom+xml" href="https://www.google.com/m8/feeds/contacts/walterbishop%40bigco.faux/full/3f9bde2e0f8d387c"/> <link rel="edit" type="application/atom+xml" href="https://www.google.com/m8/feeds/contacts/walterbishop%40bigco.faux/full/3f9bde2e0f8d387c"/> <gd:name> <gd:fullName>Frank Black</gd:fullName> <gd:givenName>Frank</gd:givenName> <gd:familyName>Black</gd:familyName> </gd:name> <gd:email rel="http://schemas.google.com/g/2005#work" address="fblack@millenniumgrp.com" primary="true"/> <gd:phoneNumber rel="http://schemas.google.com/g/2005#work" primary="true"> (555) 555-1234 </gd:phoneNumber> </entry>
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms