简体   繁体   中英

SMS integration in Hybris

​I need to send OTP to the user for mobile verification. For this, I need a message service provider. I have gone through the integration via twillio. I want to know that does SAP provide any SMS gateway of its own. If yes, then what's the procedure to integrate it.

The Aggregator(The company that provides the infrastructure to deliver messages to end users.) is external to SAP

For sending OTP: You need to have an OTP provider, and create an integration to that. So you will need to implement a controller, that gets user input, with phone number, then send, the number to OTP provider. Next step, the provider will send the SMS with the code to the user, and you will have to call verify endpoint (of that provider) with the customers code (typed in by the user), and phone number, if the verification is Ok, you know that you can log in the user.

hybris hasn't got SMS integration OOTB. Also it hasn't got OTP with email. You need to implement your own integration and logic.

The technical post webpages of this site follow the CC BY-SA 4.0 protocol. If you need to reprint, please indicate the site URL or the original address.Any question please contact:yoyou2525@163.com.

 
粤ICP备18138465号  © 2020-2024 STACKOOM.COM