Passwordless code delivery using custom endpoint

Hi, so I would like to implement passwordless login which one time code send though whatsapp.
the third party provider for whatsapp api accept request though http request. example like this:
05

how can I receive the code when using webAuth.passwordlessStart() and pass the value back into third party request?
I read in documentation there is article for using own sms gateway however the one I’m using is not sms gateway. is it possible to PATCH connections endpoint or create a new connection endpoint simulate the http request to third party api like I mention above?

1 Like

Hey there @ardhi, I apologize for the delay in response. I know it has been some time since you reported this question but I wanted to reach out and share with you our documentation on this front along with a blog article that was built in 2017 that references this exact use case with Whatsapp and passwordless sms.

If this hurdle is something you are still facing in the wild today, please give these a look and let me know if they help you on your quest or if you have any additional questions.

I will keep this topic open for 10 days unless I hear otherwise from you. Once again, I apologize for the delay in getting back to you.

1 Like

This topic was automatically closed 10 days after the last reply. New replies are no longer allowed.