rohanOriginal post
Rank 4: Virtual Machine
Hi, is there any way to custom integrate sending otp to the users
Summary
User is asking for assistance on how to implement manual sending of OTP (one-time password) and create session. They also want to know how to get the generated OTP number from Appwrite. The solution suggested is to create a function that takes the `userId` as input, generate a random 6-digit number, and assign it to the user with user preferences. To integrate sending OTP, it is recommended to use an Appwrite Function and any desired provider.