Okay so I have Twilio Verify service that I want to use for Passwordless authentication using sms. I’ve setup custom action to use Twilio Verify service and added to Send Phone Message flow. I have a native angular app with SMS (twilio) connection turned on.
However, whenever I try to authenticate and expect an sms, I am unable to. I see in Twilio logs that the OTP was attempted to be sent using the Messaging service instead of Verify.
How do I resolve this?!