Mailchimp
Reference
Mailchimp is a marketing automation and email marketing platform.
Categories: [marketing-automation]
Version: 1
Connections
Version: 1
OAuth2 Authorization Code
Properties
Name | Type | Control Type | Description |
---|---|---|---|
Client Id | STRING | TEXT | |
Client Secret | STRING | TEXT |
Triggers
Subscribe
Triggers when an Audience subscriber is added to the list.
Type: DYNAMIC_WEBHOOK
Properties
Name | Type | Control Type | Description |
---|---|---|---|
List Id | STRING | SELECT | The list id of intended audience to which you would like to add the contact. |
Output
Type: OBJECT
Properties
Type | Control Type |
---|---|
{STRING(email), STRING(email_type), STRING(id), STRING(ip_opt), STRING(ip_signup), STRING(list_id), {STRING(EMAIL), STRING(FNAME), STRING(INTERESTS), STRING(LNAME)}(merges)} | OBJECT_BUILDER |
DATE_TIME | DATE_TIME |
STRING | TEXT |
Actions
Add a new member to the list
Add a new member to the list.
Properties
Name | Type | Control Type | Description |
---|---|---|---|
List Id | STRING | SELECT | The unique ID for the list. |
Skip Merge Validation | BOOLEAN | SELECT | If skip_merge_validation is true, member data will be accepted without merge field values, even if the merge field is usually required. This defaults to false. |
Item | {STRING(email_address), STRING(status), STRING(email_type), {}(merge_fields), {}(interests), STRING(language), BOOLEAN(vip), {NUMBER(latitude), NUMBER(longitude)}(location), [{STRING(marketing_permission_id), BOOLEAN(enabled)}](marketing_permissions), STRING(ip_signup), STRING(timestamp_signup), STRING(ip_opt), STRING(timestamp_opt), [STRING](tags)} | OBJECT_BUILDER |
Output
Sample Output:
{email_address=string, status=subscribed, unsubscribe_reason=string, timestamp_opt=2019-08-24T14:15:22, ip_opt=string, location={longitude=0, region=string, latitude=0, dstoff=0, timezone=string, country_code=string, gmtoff=0}, ip_signup=string, tags=[{id=0, name=string}], marketing_permissions=[{text=string, marketing_permission_id=string, enabled=true}], email_type=string, language=string, interests={property1=true, property2=true}, timestamp_signup=2019-08-24T14:15:22, id=string, _links=[{method=GET, targetSchema=string, schema=string, href=string, rel=string}], web_id=0, member_rating=0, vip=true, last_changed=2019-08-24T14:15:22, source=string, consents_to_one_to_one_messaging=true, email_client=string, unique_email_id=string, tags_count=0, list_id=string, full_name=string, merge_fields={property1=, property2=}, stats={avg_click_rate=0, avg_open_rate=0, ecommerce_data={total_revenue=0, number_of_orders=0, currency_code=USD}}, contact_id=string, last_note={created_by=string, note_id=0, created_at=2019-08-24T14:15:22, note=string}}
Type: OBJECT
Properties
Type | Control Type |
---|---|
STRING | TEXT |
STRING | TEXT |
STRING | TEXT |
STRING | TEXT |
STRING | TEXT |
STRING | TEXT |
STRING | TEXT |
STRING | SELECT |
STRING | TEXT |
BOOLEAN | SELECT |
{} | OBJECT_BUILDER |
{} | OBJECT_BUILDER |
{NUMBER(avg_open_rate), NUMBER(avg_click_rate), {NUMBER(total_revenue), NUMBER(number_of_orders), STRING(currency_code)}(ecommerce_data)} | OBJECT_BUILDER |
STRING | TEXT |
STRING | TEXT |
STRING | TEXT |
STRING | TEXT |
INTEGER | INTEGER |
STRING | TEXT |
STRING | TEXT |
BOOLEAN | SELECT |
STRING | TEXT |
{NUMBER(latitude), NUMBER(longitude), INTEGER(gmtoff), INTEGER(dstoff), STRING(country_code), STRING(timezone), STRING(region)} | OBJECT_BUILDER |
[{STRING(marketing_permission_id), STRING(text), BOOLEAN(enabled)}] | ARRAY_BUILDER |
{INTEGER(note_id), STRING(created_at), STRING(created_by), STRING(note)} | OBJECT_BUILDER |
STRING | TEXT |
INTEGER | INTEGER |
{INTEGER(id), STRING(name)} | OBJECT_BUILDER |
STRING | TEXT |
[{STRING(rel), STRING(href), STRING(method), STRING(targetSchema), STRING(schema)}] | ARRAY_BUILDER |