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 . MailChimp . ListSubscribe
Adds a subscriber to a MailChimp list.
/*
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 MailChimp API Key to authenticate your account with MailChimp, and adds a subscriber to a MailChimp list. APIKey, EmailAddress, and ListId are the only required inputs. When you have additional subscriber fields to provide such as First Name or Last Name, a convenient way to do this is to provide this information as JSON object in the MergeVars input. Below is an example of a valid JSON object to provide for the MergeVars input:
{"FNAME":"Frank","LNAME":"Smith","DESC":"Test description 1234"}
If it is more convenient to include the EMAIL field with this JSON object instead of specifying it in the EmailAddress input separately, just leave EmailAddress empty, and provide a JSON object that looks something like this:
Your JSON keys should match exactly with the column names defined for your list. You can find a list of your fields and field names by navigating to the Settings menu of a list and choosing Fields and Merge Tags on mailchimp.com. When viewing your fields and merge tags, you'll see their field names (i.e. FNAME). Note that you can refer to these with a more generic name (i.e. MERGE1. MERGE2, MERGE3, etc). Referring to your field names with either of these labels is acceptable.
The documentation for this MailChimp method can be found here.
This Choreo will return the string "true" for success and a specific error for failures.
https://ACCOUNT_NAME.temboolive.com/callback/google
© 2025 Temboo, Inc Privacy Terms