public interface MailChimpService
Modifier and Type | Method and Description |
---|---|
MailChimpResult |
addToMCList(Profile profile,
Action action)
This function will add the current visitor to a MailChimp list.
|
List<HashMap<String,String>> |
getAllLists()
This function will get all MailChimp lists.
|
MailChimpResult |
removeFromMCList(Profile profile,
Action action)
This function will remove the current visitor from a MailChimp list.
|
MailChimpResult |
unsubscribeFromMCList(Profile profile,
Action action)
This function will unsbscribe the current visitor to a MailChimp list.
|
MailChimpResult |
updateMCProfileProperties(Profile profile,
Action action)
This function will update merge properties of MailChimp list.
|
List<HashMap<String,String>> getAllLists()
MailChimpResult addToMCList(Profile profile, Action action)
profile
- the Unomi profile to add to the list @see org.apache.unomi.api.Profileaction
- the action used to call this method, to retrieve parameters @see org.apache.unomi.api.actions.ActionMailChimpResult removeFromMCList(Profile profile, Action action)
profile
- the Unomi profile to remove from the list @see org.apache.unomi.api.Profileaction
- the action used to call this method, to retrieve parameters @see org.apache.unomi.api.actions.ActionMailChimpResult unsubscribeFromMCList(Profile profile, Action action)
profile
- the Unomi profile to unsubscribe from the list @see org.apache.unomi.api.Profileaction
- the action used to call this method, to retrieve parameters @see org.apache.unomi.api.actions.ActionMailChimpResult updateMCProfileProperties(Profile profile, Action action)
profile
- the Unomi profile to unsubscribe from the list @see org.apache.unomi.api.Profileaction
- the action used to call this method, to retrieve parameters @see org.apache.unomi.api.actions.ActionCopyright © 2014–2022 Apache Software Foundation. All rights reserved.