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 . AddMultipleContacts
Creates multiple contacts in your Constant Contact list via the Activities bulk API. The Choreo can use Excel or CSV files for the bulk upload.
/*
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 uploads multiple contacts to a specified list. A list can be submitted in CSV format.
An example of a properly formatted CSV input to this Choreo might look like:
Email Address,First Name,Last Name wstest3@example.com, Fred, Test wstest4@example.com, Joan, Test wstest5@example.com, Ann, Test
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"?> <entry xmlns="http://www.w3.org/2005/Atom"> <content type="application/xml"> <Activity xmlns="http://ws.constantcontact.com/ns/1.0/" id="http://api.constantcontact.com/ws/customers/john.smith%40temboo.com/activities/a07e57a84kigufys0pi"> <Type>ADD_CONTACT_DETAIL</Type> <Status>PENDING</Status> <FileName>List</FileName> <TransactionCount>2</TransactionCount> <Errors>0</Errors> <InsertTime>2011-10-31T21:11:42.486Z</InsertTime> </Activity> </content> <link href="/ws/customers/john.smith%40temboo.com/activities/a07e57a84kigufys0pi" rel="edit"></link> <id>http://api.constantcontact.com/ws/customers/john.smith%40temboo.com/activities/a07e57a84kigufys0pi</id> <title type="text">ADD_CONTACT_DETAIL: List</title> <updated>2011-10-31T21:11:42.486Z</updated> <author> <name>Constant Contact</name> </author> <link href="/ws/customers/john.smith%40temboo.com/activities/a07e57a84kigufys0pi" rel="edit"></link> </entry>
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms