Recent content by korabidev

  1. K

    SMS help

    Yes, the problem was with the webhook trigger, the request body isn't the right encoding for ë so it was showing as Ã> (not exact), I solved the issue by just setting a variable and doing string manipulation to replace Ã> with ë
  2. K

    SMS help

    Hey everyone, I'm trying to send an sms to a number, that is working all fine, however my issue is that the ë letter is turning into gibberish, I'm suspecting that this is an encoding issue, but I don't know any way to change it Edit: if I send it through the normal messages app, the ë shows...
Top