You signed in with another tab or window. Reload to refresh your session.You signed out in another tab or window. Reload to refresh your session.You switched accounts on another tab or window. Reload to refresh your session.Dismiss alert
For each action:
1.
Rename Unsubscribe Action -> Archive a list member
Add action description: Use this action in order to archive a list member.
Add to readme that it use method : DELETE /lists/{list_id}/members/{subscriber_hash} Archive a list member`
Rename Add new Subscriber Action -> Upsert a list member
Add action description: Use this action in order to add or update a list member
Add to readme that it use method : PUT | /lists/{list_id}/members/{subscriber_hash} | Add or update a list member`
Rename Upsert customer action -> Upsert a customer
Add action description: Use this action in order to add or update a customer
Add to readme that it use method: PUT | /ecommerce/stores/{store_id}/customers/{customer_id} | Add or update a customer`
The text was updated successfully, but these errors were encountered:
For component
For each action:
1.
Rename
Unsubscribe
Action ->Archive a list member
Add action description:
Use this action in order to archive a list member.
Add to readme that it use method : DELETE /lists/{list_id}/members/{subscriber_hash} Archive a list member`
Rename
Add new Subscriber
Action ->Upsert a list member
Add action description:
Use this action in order to add or update a list member
Add to readme that it use method : PUT | /lists/{list_id}/members/{subscriber_hash} | Add or update a list member`
Rename
Upsert customer
action ->Upsert a customer
Add action description:
Use this action in order to add or update a customer
Add to readme that it use method: PUT | /ecommerce/stores/{store_id}/customers/{customer_id} | Add or update a customer`
The text was updated successfully, but these errors were encountered: