We read every piece of feedback, and take your input very seriously.
To see all available qualifiers, see our documentation.
1 parent 5edb1d9 commit 5c685beCopy full SHA for 5c685be
1 file changed
examples/sms.py
@@ -35,3 +35,7 @@
35
36
# send_sms_with_custom_sender_name
37
client.sms.send(to='some-number', message='some text message', from_='your-custom-sender-name')
38
+
39
+client.sms.send_mfa(phone_number='some-number', content='Your code: [%code%]', fast=0)
40
41
+client.sms.verify_mfa(phone_number=phone, code=code) # Throws exception if code is invalid
0 commit comments