Marking Subscribers as customers

Eric535

Member
I want to mark subscribers who make purchases on my site as a customer. I also have customers who are from different companies which I send emails branded for their company. I also would like to make note of that as well Is there a way to tag the subscribers profile or should i move them to different lists? Im saying TAG because thats what i would do in mailchimp.
 
I want to mark subscribers who make purchases on my site as a customer. I also have customers who are from different companies which I send emails branded for their company. I also would like to make note of that as well Is there a way to tag the subscribers profile or should i move them to different lists? Im saying TAG because thats what i would do in mailchimp.
You can do this using mailwizz api, first create a custom field for that list and update it when a subscriber purchase from your site then use api to get these subscribers: https://api-docs.mailwizz.com/#search-by-custom-fields-in-a-list and create customers: https://api-docs.mailwizz.com/#create-a-customer
 
You can do this using mailwizz api, first create a custom field for that list and update it when a subscriber purchase from your site then use api to get these subscribers: https://api-docs.mailwizz.com/#search-by-custom-fields-in-a-list and create customers: https://api-docs.mailwizz.com/#create-a-customer
Cool. I already use the api for other things. So your saying to create a custom field in the current list. Then add the customers who purchased into a new list? So i shoudlnt keep all the customers in the same list and just update them with the custom fields?
 
Then add the customers who purchased into a new list?
If you can do this add them in the new list then with api will be more easy to create customers.
So i shoudlnt keep all the customers in the same list and just update them with the custom fields?
This is another way to do this if you don't have posibility to move subscribers which purchase in another list.
 
Back
Top