I'm trying to send a message with a link that included query string parameters, but after sending the message the parameters are automatically omitted. Is there a way to overcome this issue?
Thanks!
I'm trying to send a message with a link that included query string parameters, but after sending the message the parameters are automatically omitted. Is there a way to overcome this issue?
Thanks!
I was able to do it on the example send dialog. All i did was urlencode the query parameters.
Example Send Dialog with Query parameters (google.com/?q=Test)