2024-10-23 - Real-Time Validation of Login via email or customer number through Web Service Follow
A new feature has been implemented to the platform, that allows real-time validation of email addresses or customer numbers entered by users during the registration process. The emails and customer numbers can be validated against an external user system: this is the real-time validation of Login via Email or Customer Number through web service.
This new feature allows you to organize promotional campaigns where only existing users in your database can participate, such as newsletter subscribers, a contact CRM, or a loyalty program.
Usage Examples
- Organize a raffle among newsletter subscribers: when the user registers, the system will validate in real-time that they are subscribed to your newsletter database. If they are not, the user will see a message indicating they need to subscribe to the newsletter first, to be able to participate, with a direct link to do so.
- Offer a prize wheel where users must enter their loyalty customer number to participate: the system will validate in real-time that the number entered by the user is part of the database of loyal customers.
For the real-time validation of Login via Email or Code, the new validation method "Through external API (Web service)" has been implemented, which is available for the following two Login methods:
- Email: allows to automate the process of validating that the email entered by the user is part of the client's external database.
- Customer Number: allows validation that the code entered by the user is part of the client's external database.
Comments
0 comments
Please sign in to leave a comment.