API Transport ignores $msg variable

API Transport used for sending SMS through SMS Gateway, ignores variables like $msg in options and sends just “$msg” text instead. Do you have an idea what Im doing wrong?
I am using GET method and in Optin field those parameters as required by gateway.

Cmd=SMS
Nmr=XXXXXXXXXXXX 
Text={{$msg}}

If I put the fixed characters to the parameter Text everything works well.

Hi, really nobody is using API Transport with variables?

Do you have a space before and after $msg ?

text={{ $msg }} 

Oh Jesus! You saved my life! It really works :hear_no_evil: Tanks a lot.

1 Like