How to send SMS to mobile number for authentication that too by making use of Portals

Certified Associate Developer

Hi,

Actually, I have a requirement where the user will be filling the form which has been published as PORTAL and in the middle of the flow the user will be getting an OTP to his registered mobile number.

Can someone suggest me the best way to achieve this scenario.

Thanks in Advance.

  Discussion posts and replies are publicly visible

Parents
  • Certified Associate Developer

    The best way to achieve this is to use a SMS verification service and connect to its APIs from your portal. Basically, once you have the user's phone number you would invoke the verification service that will send a code via SMS. You would need to capture the code from the user through an input field and call the service again to verify the code.

Reply
  • Certified Associate Developer

    The best way to achieve this is to use a SMS verification service and connect to its APIs from your portal. Basically, once you have the user's phone number you would invoke the verification service that will send a code via SMS. You would need to capture the code from the user through an input field and call the service again to verify the code.

Children