Add new Google Contacts to Mailchimp and get Gmail alert
This Action will add a new subscriber to the specified list.
Developer info
- API endpoint slug
- mailchimp.add_new_subscriber
- Filter code method
- Mailchimp.addNewSubscriber.skip(string?: reason)
- Runtime method
- runAction("mailchimp.add_new_subscriber", {})
Action fields
Which list Dropdown list
- Label
- Which list?
- Slug
- which_list
- Required
- true
- Can have default value
- false
What email address Text input > Short text
- Label
- What email address?
- Slug
- what_email_address
- Required
- true
- Can have default value
- true
- Filter code method
- Mailchimp.addNewSubscriber.setWhatEmailAddress(string: what_email_address)
First name Text input > Title
- Label
- First Name
- Helper text
- Optional
- Slug
- first_name
- Required
- false
- Can have default value
- true
- Filter code method
- Mailchimp.addNewSubscriber.setFirstName(string: first_name)
Last name Text input > Title
- Label
- Last Name
- Helper text
- Optional
- Slug
- last_name
- Required
- false
- Can have default value
- true
- Filter code method
- Mailchimp.addNewSubscriber.setLastName(string: last_name)