I have a login page, I am using mobile number to login. I need to verify the number that the user entered by sms.. How can i do ??
I have a login and registration system, I have to include a mobile verification via sms . I was using excel from onedrive, Table name is tbl_user, inputbox for catch number is txtnumber.
Please help me.. I am new in powerapps
What do you mean verify with SMS? You want to send an SMS thorugh PowerApps to that number and wait for response?
I mean i need to send an otp to mobile number that has been entered in form by user.
There is no SMS feature available within PowerApps.
We could launch the Message Edit screen by using:
Launch ("SMS:number")
But there is no way that I am aware of to send the message automatically.
For third party connector, please consider add a Twilio connection, then use it to send the SMS information.
Adding the available Flow templates for your reference:
https://flow.microsoft.com/en-us/connectors/shared_twilio/twilio/
Regards,
Michael
Any chance to use custom api ??
User | Count |
---|---|
136 | |
133 | |
78 | |
72 | |
69 |
User | Count |
---|---|
222 | |
136 | |
78 | |
60 | |
54 |