This Action will add a new subscriber to the specified list.
- API endpoint slug
- mailchimp.add_new_subscriber
- Filter code method
- Mailchimp.addNewSubscriber.skip(string?: reason)
- Runtime method
- runAction("mailchimp.add_new_subscriber", {})
Action fields
- Label
- Which list?
- Slug
- which_list
- Required
- true
- Can have default value
- false
- Label
- What email address?
- Slug
- what_email_address
- Required
- true
- Can have default value
- true
- Filter code method
- Mailchimp.addNewSubscriber.setWhatEmailAddress(string: whatEmailAddress)
- Label
- First Name
- Helper text
- Optional
- Slug
- first_name
- Required
- false
- Can have default value
- true
- Filter code method
- Mailchimp.addNewSubscriber.setFirstName(string: firstName)
- Label
- Last Name
- Helper text
- Optional
- Slug
- last_name
- Required
- false
- Can have default value
- true
- Filter code method
- Mailchimp.addNewSubscriber.setLastName(string: lastName)