Тема: Text in notification
When I receive the request generated by a notification on my server, I receive the text of the notification in this way
NUMBER1%3A%205548975525%2C%20NUMBER2%3A%201122336655, Demo: Alarma de sabotaje el 2023%2D12%2D20%2021%3A24%3A22 se movió con una velocidad de 0%20km%2Fh cerca de 'Fraccionamiento%20Paseos%20Del%20Lago%20Ii%2C%20Zumpango%2C%20M%C3%A9xico%2055607%2C%20Mexico'.
Comunicación finalizada
I have the notification text generated in the following way
%CUSTOM_FIELD(*)%, Un mensaje de alarma de %UNIT% fue recibido. En %POS_TIME% se movió con una velocidad de %SPEED% cerca de '%LOCATION%'.
Is there a way for the information generated by the flags to be generated with the correct encoding and not in HEX?