Twilio 发送彩信
示例
您可以使用参数在邮件中添加图片media_url。
# Download the twilio-python library from http://twilio.com/docs/libraries
fromtwilio.restimport TwilioRestClient
# Find these values at https://twilio.com/user/account
account_sid = "ACXXXXXXXXXXXXXXXXX"
auth_token = "YYYYYYYYYYYYYYYYYY"
client = TwilioRestClient(account_sid, auth_token)
message = client.messages.create(
to="+12316851234",
from_="TWILIO_NUMBER",
body="Hello there, StackOverflow!",
media_url=[
'https://demo.twilio.com/owl.png',
'https://demo.twilio.com/logo.png'])
热门推荐
9 圆圆的祝福语简短
10 新年稳重的祝福语简短
11 新婚迎宾海报祝福语简短
12 祝老婆生日祝福语简短
13 祝福语简短古诗词
14 对离岗同事祝福语简短
15 祝贺开业文案祝福语简短
16 怎么说祝福语简短
17 初升高祝福语家长简短
18 新年酒席开席祝福语简短