
Email Availability Check API
The "Custom Register URL" feature has been very helpful for preventing junk registrations and enabling automations using our customers' email addresses and mobile numbers. However, we’re facing an issue during the account creation process. Our current flow is as follows: 1. The user enters their name, email, mobile number, and password. 2. We then send an OTP for mobile number verification. 3. After the user enters the OTP successfully, we trigger the user creation API. The problem arises when the email address is already registered. In that case, the user creation fails after OTP verification, which leads to a poor user experience. We kindly request you to provide an option to check whether an email ID is available for registration before we send the OTP. This will allow us to validate the email upfront and avoid issues during account creation. Thank you !
yes it will be useful
yes we also face this issue, it would be good idea
Raj
I just found this API be will useful
If already registerd:
{"status":"0","message":"User is already registered under another agent."}
If not creates the user:
{"status":"1","message":{"email":"[email protected]","password":"xxxxxx","login_url":"https://botsailor.com/login","direct_login_url":"https://botsailor.com/direct-login/xxxxx"}}
Thank you it working