Discuss and resolve questions on Liquid, JavaScript, themes, sales channels, and site speed enhancements.
We're moving the community! Starting July 7, the current community will be read-only for approx. 2 weeks. You can browse content, but posting will be temporarily unavailable. Learn more
I am getting a lot of spam in my store so what is the sure way to stop this spam account? I have shown a screenshot below for a reference of spam accounts.
Solved! Go to the solution
This is an accepted solution.
Hi @themanthan9 , there a few apps that try to solve this but we haven't had much success with them TBH, in the end we setup a webhook on `customers/create` to remove accounts we define as spam.
The definition of spam could be as simple as checking whether the account has a verifiable (i.e. real) email address or as complex as you'd like using pattern matching.
This is an accepted solution.
Hi @themanthan9 , there a few apps that try to solve this but we haven't had much success with them TBH, in the end we setup a webhook on `customers/create` to remove accounts we define as spam.
The definition of spam could be as simple as checking whether the account has a verifiable (i.e. real) email address or as complex as you'd like using pattern matching.