我是Twillio和Python的新手。
试图建立我的第一个脚本,想法。
呼叫号码,等待2秒,发送号码1,等待2秒发送号码2
在真正的手机上,可以使用", "在电话簿中保存时进行。
my existing script:
call = client.calls.create(
                        twiml='<Response><Say>Ahoy, World!</Say></Response>',
                        to='+14155551212',
                        from_='+15017122661'
print(call.sid)
如果我把它改成to='+14155551212,,,,,1,,,,,11,,,11',。