Hello,
I am a developer using FlowXO for an SMS bot which communicates with our RESTful API.
Recently, for a few days, FlowXO appeared to be replacing symbols in text bodies with their url encoding. An example:
Intended text:
"Happy to help drop your 1:30pm Sculpt class today.
As this is a late drop would you please let us know why? You can use key words like ‘sick’ or ‘work’"
Text as it appeared in the Interactions log:
Happy to help drop your 1%3A30pm Sculpt class today. %0A%0AAs this is a late drop would you please let us know why%3F You can use key words like %27sick%27 or %27work%27
It seems to be recognizing special characters again, but any idea why this might happen so that we can prevent/detect it in the future?
Thanks,
Dylan