This component has no trigger functions. This means it will not be accessible to select as a first component during the integration flow design.
Upserts information about the subscriber in the list, if subscriber with given e-mail already exists then information will be updated. If not will be added.
This method uses:
PUT /lists/{list_id}/members/{subscriber_hash}
See here for more information
This action unsubscribes user from the given list:
Actions uses following HTTP method:
DELETE /lists/${listId}/members/${hash}
See here for more information.
Upserts information about the customer in the list, if cubscriber already exists then information will be updated. If not will be added.
See here for more information.