sms - Can you send rich text messages via Twilio? -


i trying send rich text message via twilio. able send regular sms messages, want include hyperlink in body of text.

i tried twilio mediaurl include rtf file, didn't work. including html in body of message doesn't work sends in plain text.

i'm posting via curl twilio endpoints, i'd prefer not have php or other language achieve this. want send raw data twilio , receive rich text message back, if it's possible.

twilio developer evangelist here.

using twilio can send mms messages numbers in , canada. when pass mediaurl file needs hosted somewhere publicly on web , included within message.

you can pass files of of mime types listed here, though when sending rtf result depend on how receiving device supports rtf files.

if want include link, i'd recommend shortening url (using bit.ly or similar) , sending part of text. smart phones auto link url. built in sms apps on phones don't support markup of sort, why attempt html showed raw markup.

let me know if helps @ all.


Comments

Popular posts from this blog

php - Invalid Cofiguration - yii\base\InvalidConfigException - Yii2 -

How to show in django cms breadcrumbs full path? -

ruby on rails - npm error: tunneling socket could not be established, cause=connect ETIMEDOUT -