SMS-Hook with Twilio Verify

Are we able to use SMS-hook with twilio verify? I tried and the sms is sent but the edge function always returns an error to the client application in flutter.
2 Replies
rlee128
rlee128OP10h ago
I now get an invalid payload sent to hook message
inder
inder6h ago
You will need to show your edge function code. Sms hook simply calls your function and you need to send a 200 response from function. sms hook doesn't care what you do inside the function. For example: You could even be sending email from this hook.

Did you find this page helpful?