Send SMS with an emoji using Twilio webhook, comes through as plain text only?
Hi all
Does anyone use Twilio for sending SMS messages from Marketo? I have an issue that's stumping me.
We want to send SMS messages that have emojis in them eg 🌼 https://www.compart.com/en/unicode/U+1F33C
We send these messages from Marketo -> Twilio via a webhook. In this webhook are Marketo tokens which is where we configure the content of the message.
This webhook passes the payload to Twilio in plain text, which strips out the emojis. If I try to add them in unicode or HTML formats ( U+1F33C or 🌼), Twilio still treats them as plain text and fails to send them as emojis. So eg an SMS saying "Here is a flower 🌼" turns into "Here is a flower U+1F33C".
I can't tell if this is an issue with how Marketo sends the information or how Twilio is receiving it. I've lodged tickets with both platforms but hoping someone has come across this before?