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 . ConstantContact . ListAllContacts
Retrieves a list of all contacts from Constant 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 your Constant Contact API Key, username, and password to authenticate your account with Constant Contact, and retrieves a list of all contacts from Constant Contact. The documentation for this Constant Contact resource can be found here.
The following is a sample of the XML information returned by this Choreo:
<?xml version="1.0" encoding="UTF-8"?> <feed xmlns="http://www.w3.org/2005/Atom"> <id>http://api.constantcontact.com/ws/customers/john.smith%40temboo.com/contacts</id> <title type="text">Contacts for Customer: john.smith@temboo.com</title> <link href="contacts"> </link> <link href="contacts" rel="self"> </link> <author> <name>john.smith@temboo.com</name> </author> <updated>2011-10-31T22:07:34.587Z</updated> <link href="/ws/customers/john.smith%40temboo.com/contacts?next=gljxy1n0-bgap6w" rel="next"> </link> <link href="/ws/customers/john.smith%40temboo.com/contacts" rel="first"> </link> <link href="/ws/customers/john.smith%40temboo.com/contacts" rel="current"> </link> <entry> <link href="/ws/customers/john.smith%40temboo.com/contacts/182" rel="edit"> </link> <id>http://api.constantcontact.com/ws/customers/john.smith%40temboo.com/contacts/1</id> <title type="text">Contact: victorsmith@temboo.com</title> <updated>2011-10-31T22:07:35.007Z</updated> <author> <name>Constant Contact</name> </author> <content type="application/vnd.ctct+xml"> <Contact xmlns="http://ws.constantcontact.com/ns/1.0/" id="http://api.constantcontact.com/ws/customers/john.smith%40temboo.com/contacts/182"> <Status>Active</Status> <EmailAddress>victor@temboo.com</EmailAddress> <EmailType>HTML</EmailType> <Name></Name> <OptInTime>2011-10-31T22:04:19.020Z</OptInTime> <OptInSource>ACTION_BY_CONTACT</OptInSource> </Contact> </content> </entry> <entry> <link href="/ws/customers/john.smith%40temboo.com/contacts/181" rel="edit"> </link> <id>http://api.constantcontact.com/ws/customers/john.smith%40temboo.com/contacts/2</id> <title type="text">Contact: odette@temboo.com</title> <updated>2011-10-31T22:07:35.007Z</updated> <author> <name>Constant Contact</name> </author> <content type="application/vnd.ctct+xml"> <Contact xmlns="http://ws.constantcontact.com/ns/1.0/" id="http://api.constantcontact.com/ws/customers/john.smith%40temboo.com/contacts/181"> <Status>Active</Status> <EmailAddress>odette@temboo.com</EmailAddress> <EmailType>HTML</EmailType> <Name>Smith, Odette</Name> <OptInTime>2011-10-31T21:56:32.165Z</OptInTime> <OptInSource>ACTION_BY_CONTACT</OptInSource> </Contact> </content> </entry> </feed>
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms